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"
}
]
}
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