Retry Configurations
Workflows can be configured to retry in case of failure. You can configure the number of retries and the time between retries.If you don't configure the number of retries then the retries set for the Step-Function or App-Manager Workflow stack would be used.
Default Workflow Retry Configuration is shown below:
maximum_attempts: 1
backoff_coefficient: 2
initial_interval: 1000
max_interval: 100000