WorkflowExecutionTraceEvent
March 30, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | Optional[models.EventType] | :heavy_minus_sign: | N/A |
name | str | :heavy_check_mark: | Name of the event |
id | str | :heavy_check_mark: | The ID of the event |
timestamp_unix_nano | int | :heavy_check_mark: | The timestamp of the event in nanoseconds since the Unix epoch |
attributes | Dict[str, Nullable[models.WorkflowExecutionTraceSummaryAttributesValues]] | :heavy_check_mark: | The attributes of the event |
internal | Optional[bool] | :heavy_minus_sign: | Whether the event is internal |