WorkflowExecutionTraceSummarySpan
March 30, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
span_id | str | :heavy_check_mark: | The ID of the span |
name | str | :heavy_check_mark: | The name of the span |
start_time_unix_nano | int | :heavy_check_mark: | The start time of the span in nanoseconds since the Unix epoch |
end_time_unix_nano | Nullable[int] | :heavy_check_mark: | The end time of the span in nanoseconds since the Unix epoch |
attributes | Dict[str, Nullable[models.WorkflowExecutionTraceSummaryAttributesValues]] | :heavy_check_mark: | The attributes of the span |
events | List[models.WorkflowExecutionTraceEvent] | :heavy_check_mark: | The events of the span |
children | List[models.WorkflowExecutionTraceSummarySpan] | :heavy_minus_sign: | The child spans of the span |