Structured execution history for a durable workflow, returned by
handle.exportExecution().
Events are chronologically ordered with sequential event_id values.
Completed/failed events carry scheduled_event_id or initiated_event_id
back-references to their corresponding scheduled/started events.
The summary provides aggregate counts by category (activities, child
workflows, timers, signals) for quick dashboard rendering.
In verbose mode, children contains recursively fetched child workflow
executions, each with their own events and summaries.
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.