WorkflowNodeExecutionSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| execution_uuid | str | ||
| node_uuid | str | ||
| status | str | ||
| input_data | List[object] | ||
| output_data | List[object] | ||
| started_at | datetime | ||
| finished_at | datetime | ||
| error_message | str | ||
| execution_time_ms | int | ||
| metadata | Dict[str, object] |