aws-stepfunctions-examples icon indicating copy to clipboard operation
aws-stepfunctions-examples copied to clipboard

New Sample - Cross-execution concurrency control for Step Function workflow

Open junguo opened this issue 2 years ago • 0 comments

Map state can be used to control concurrency within the same execution, however there is no built-in mechanism to control cross-execution concurrency. There are actual use cases where one wants to cap the number of executions in a workflow due to limitation such as API invocation quota and/or human involvement. This project is to develop a sample flow/pattern that utilizes listExecutions() API call to implement a cross-execution concurrency control over step function work flows

junguo avatar Aug 29 '23 22:08 junguo