Skip to content

ListMapRuns

Source: src/AWS/StepFunctions/ListMapRuns.ts

Runtime binding for states:ListMapRuns.

Lists the Distributed Map Runs started by an execution of the bound StateMachine — use the returned mapRunArns with DescribeMapRun / UpdateMapRun. IAM access is scoped to executions of the bound state machine.

const listMapRuns = yield* StepFunctions.ListMapRuns(machine);
const { mapRuns } = yield* listMapRuns({ executionArn });