Retries can be configured per action. Retries can be useful when working with actions that depend on asynchronous work and are therefore an alternative to
in a workflow. Retries allow the repetition of an action execution in the event of an error.A maximum of 10 retries can be configured.
Retries are set in the
tab of an action configuration.To set a retry policy, follow these steps:
-
From the Edit retry settings.
tab of an action, clickThe
options are presented. -
Select a policy type from the dropdown menu:
-
Never
-
On 5xx errors only (server side)
-
Every time
-
-
Provide a
(the maximum number of attempts before retries are ceased). -
Click Save retry settings.
The policy is applied to the action and can be changed or removed by clicking Edit retry settings or Reset to default.