Skip to content

BuildExecutionTimelineParams

Defined in: src/execution.ts:816

Parameters for buildExecutionTimeline.

optional definition?: AslDefinition;

Defined in: src/execution.ts:822

The ASL the execution ran, used to resolve each entry’s nodeId to the id the renderer stamps as data-state-id. Omit it and the state’s own name is used, which is the same id for every definition whose state names are unique.


events: HistoryEvent[];

Defined in: src/execution.ts:824

Ordered execution history events (from GetExecutionHistory).


optional includePayloads?: boolean;

Defined in: src/execution.ts:830

Capture each run’s input, output and failure cause onto its entry, each cut to EXECUTION_PAYLOAD_CAP. Off by default: payloads are the most sensitive content a history carries, so nothing embeds them unless asked.