OptionalchildrenOptionalorigin_Root ancestor of this execution; null for a root itself (identify roots
via a null parent_workflow_id). Every descendant carries the same
origin_id, so a subtree is recoverable in one query. Only present when the
export was requested with include_lineage: true.
Optionalparent_Upward lineage pointer to the real spawning workflow — never the synthetic
collator $C job. null marks a root. Only present when the export was
requested with include_lineage: true.
Optionalstream_
Structured execution history for a durable workflow, returned by
handle.exportExecution().Events are chronologically ordered with sequential
event_idvalues. Completed/failed events carryscheduled_event_idorinitiated_event_idback-references to their corresponding scheduled/started events.The
summaryprovides aggregate counts by category (activities, child workflows, timers, signals) for quick dashboard rendering.In
verbosemode,childrencontains recursively fetched child workflow executions, each with their own events and summaries.