Skip to main content

What is 'On Error' action?

On Error Action

Each Step in ZuppIO is supplied with an 'On Error' action during its creation.
This action determines what will happen if the Step fails during execution.


Types of 'On Error' Actions

1. Ignore

If the step fails — the job will continue with the next steps.

2. Interrupt

If the step fails — the job will stop immediately, and no further steps will be executed.

3. Retry

Allows to automatically retry the failed step.

You can specify:

  • The number of retries
  • The delay (in minutes) between each retry

Notes

  • NOTE 1: Total retry time must not exceed 60 minutes
    (Calculated as: delay × number of retries)
  • NOTE 2: If step still fails after the last retry — it will behave like 'Ignore'