BuildExecutionTimelineParams
Defined in: src/execution.ts:816
Parameters for buildExecutionTimeline.
Properties
Section titled “Properties”definition?
Section titled “definition?”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
Section titled “events”events: HistoryEvent[];Defined in: src/execution.ts:824
Ordered execution history events (from GetExecutionHistory).
includePayloads?
Section titled “includePayloads?”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.