Skip to content

FetchExecutionForOverlayParams

Defined in: src/ci/execution.ts:20

mode: "latest" | "latest-failed";

Defined in: src/ci/execution.ts:22

latest takes the most recent execution; latest-failed the most recent FAILED one.


optional region?: string;

Defined in: src/ci/execution.ts:24

AWS region for the SFN client. Falls back to the SDK’s default resolution when omitted.


stateMachineArn: string;

Defined in: src/ci/execution.ts:25