(aws-stepfunctions-tasks StepFunctionsStartExecution): (allow redrive instead of retry) #28344
Labels
@aws-cdk/aws-stepfunctions-tasks
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
Currently, we're able to add retries when we use a StepFunction to start another StepFunction. Redrive has recently been implemented for StepFunction executions, and it would be great if instead of retrying to whole StepFunction execution, we could redrive instead.
Use Case
It's frustrating when a StepFunction execution fails in the last task and may take a long time to rerun everything. This would eliminate that extra time and resources and allow the StepFunction execution to continue where it failed.
Proposed Solution
In the
.retry
method, add an option forredrive=True
Other Information
No response
Acknowledgements
CDK version used
v2
Environment details (OS name and version, etc.)
Ubuntu 20.04.5
The text was updated successfully, but these errors were encountered: