Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 6.2 KB

File metadata and controls

23 lines (20 loc) · 6.2 KB

WorkflowExecutionTraceOTelResponse

Fields

Field Type Required Description
workflow_name str ✔️ The name of the workflow
workflow_id OptionalNullable[str] The ID of the workflow
deployment_name OptionalNullable[str] The name of the deployment that ran this execution
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)
user_id OptionalNullable[str] The ID of the user who triggered the 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