Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.92 KB

File metadata and controls

14 lines (11 loc) · 4.92 KB

WorkflowExecutionTraceSummarySpan

Fields

Field Type Required Description
span_id str ✔️ The ID of the span
name str ✔️ The name of the span
start_time_unix_nano int ✔️ The start time of the span in nanoseconds since the Unix epoch
end_time_unix_nano Nullable[int] ✔️ The end time of the span in nanoseconds since the Unix epoch
attributes Dict[str, Nullable[models.WorkflowExecutionTraceSummaryAttributesValues]] ✔️ The attributes of the span
events List[models.WorkflowExecutionTraceEvent] ✔️ The events of the span
children List[models.WorkflowExecutionTraceSummarySpan] The child spans of the span