workflowExecutionChange

workflowExecutionChange
workflowExecutionChange

The workflow change during an execution

JSON Example
{
    "startStepId": "string",
    "pauseAtFailure": false,
    "retainedTil": "string",
    "debugStepIds": [
        "string"
    ]
}
string
startStepId
Optional

The identifier of the starting step

boolean
pauseAtFailure
Optional

Shall the execution pause at any failure

string As date-time As date-time
retainedTil
Optional

The time till which the workflow execution is retained

array of string
debugStepIds
Optional

The identifiers of the steps at which the execution shall pause

object
steps
Optional

The steps of the workflow

Parameter To