Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 5.71 KB

File metadata and controls

18 lines (15 loc) · 5.71 KB

WorkflowExecutionTraceSummaryResponse

Fields

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
run_id OptionalNullable[str] The unique run identifier (database UUID)
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
span_tree OptionalNullable[models.WorkflowExecutionTraceSummarySpan] The root span of the trace