Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 4.83 KB

File metadata and controls

19 lines (16 loc) · 4.83 KB

WorkflowExecutionTraceOTelResponse

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
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
data_source str ✔️ The data source of the trace
otel_trace_id OptionalNullable[str] The ID of the trace
otel_trace_data OptionalNullable[models.TempoGetTraceResponse] The raw OpenTelemetry trace data