InlineworkflowExecution1

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

The identifier of the workflow execution

string As date-time As date-time
creationTime
Required

The time at which the workflow 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 workflow execution finished

string
creationUser
Optional

The name of the user who initiated the execution

stepExecutions
Optional

The step executions of the workflow

array of logEntry
logs
Optional

The logs of the workflow execution

object
links
Required

links