WorkflowExecutionSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| workflow_uuid | str | ||
| status | str | ||
| triggered_by | str | ||
| trigger_data | Dict[str, object] | ||
| started_at | datetime | ||
| finished_at | datetime | ||
| error_message | str | ||
| metadata | Dict[str, object] | ||
| node_executions | List[WorkflowNodeExecutionSchema] | [optional] |