stepExecution

stepExecution
stepExecution

The step execution

JSON Example
{
    "stepSnapshot": {
        "id": "string"
    },
    "state": "string",
    "startTime": "string",
    "aborted": false,
    "endTime": "string",
    "logs": [
        {
            "msg": "string",
            "time": "string",
            "level": "string"
        }
    ]
}
stepSnapshot
Required

stepSnapshot

state
Required

state

string As date-time As date-time
startTime
Required

The time at which the execution was started

boolean
aborted
Required

Has the step execution been aborted

string As date-time As date-time
endTime
Optional

The time at which the execution finished

object
inputs
Optional

The input assignments for the step

object
outputs
Optional

The output assignment for the step

object
variables
Optional

The variable assignments for the step

array of logEntry
logs
Optional

The logs of the step execution