| Field | Type | Required | Description |
|---|---|---|---|
workflow_name |
str | ✔️ | The name of the workflow |
execution_id |
str | ✔️ | The ID of the workflow execution |
parent_execution_id |
OptionalNullable[str] | ➖ | The parent execution ID of the workflow execution |
root_execution_id |
str | ✔️ | The root execution ID of the workflow execution |
status |
Nullable[models.WorkflowExecutionStatus] | ✔️ | The status of the workflow execution |
start_time |
date | ✔️ | The start time of the workflow execution |
end_time |
date | ✔️ | The end time of the workflow execution, if available |
total_duration_ms |
OptionalNullable[int] | ➖ | The total duration of the trace in milliseconds |
result |
Nullable[Any] | ✔️ | The result of the workflow execution, if available |
events |
List[models.WorkflowExecutionTraceEventsResponseEvent] | ➖ | The events of the workflow execution |