workflowExecutionBase

workflowExecutionBase
workflowExecutionBase

The workflow execution

AllOf
This class requires all of the following:
JSON Example
{
    "pauseAtFailure": false,
    "retainedTil": "string",
    "debugStepIds": [
        "string"
    ],
    "contextType": "string",
    "workflow": {
        "id": "string",
        "createdAt": "string",
        "creationUser": "string",
        "creationTenantId": "string"
    }
}