-
Notifications
You must be signed in to change notification settings - Fork 15
stepfunctions wait execution-completed #119
Comments
Hi @vincentclee, thanks for reaching out. Currently waiters are not defined for stepfunctions. Our service teams handle the implementation of waiters so that all AWS SDKs can use them consistently. So I’m transferring this issue to our shared SDK repo. I will reach out to the service team with this feature request and update this issue going forward. |
Also please note in the
So this may not always be reliable to depend on for your use case. |
P52047897 |
Hi @vincentclee - the service team added this to their backlog but they don't see it as something they can prioritize in the near future. However, they did recommend using EventBridge integrations as an alternative: https://docs.aws.amazon.com/step-functions/latest/dg/cw-events.html Would using EventBridge work for your use case? I'm going to close this issue but can always reopen or add updates here as needed. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Wait until a Step Functions state machine execution is in not in the current status of
RUNNING
. Status values:RUNNING | SUCCEEDED | FAILED | TIMED_OUT | ABORTED
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: