ExecutionOut
idstring<uuid>required
workflow_idstring<uuid>required
workflow_nameWorkflow Name (string)required
execution_idExecution Id (string)required
trigger_sourceTrigger Source (string)required
statusStatus (string)required
started_at objectrequired
anyOf
- string<date-time>
- null
string<date-time>
completed_at objectrequired
anyOf
- string<date-time>
- null
string<date-time>
duration_seconds objectrequired
anyOf
- number
- null
number
error_message objectrequired
anyOf
- string
- null
string
ExecutionOut
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflow_name": "string",
"execution_id": "string",
"trigger_source": "string",
"status": "string",
"started_at": "2024-07-29T15:51:28.071Z",
"completed_at": "2024-07-29T15:51:28.071Z",
"duration_seconds": 0,
"error_message": "string"
}