Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionNotRedrivableException
-
Packages that use ExecutionNotRedrivableException Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of ExecutionNotRedrivableException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw ExecutionNotRedrivableException Modifier and Type Method Description default RedriveExecutionResponseSfnClient. redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.default RedriveExecutionResponseSfnClient. redriveExecution(RedriveExecutionRequest redriveExecutionRequest)Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
-