Skip to main content

Change the Run Condition of Steps

The run condition of a step determines under what condition that step will run. Within each step configuration you can choose the run condition you want it to run under, either:

  • Any : Run the step on success or failure.
  • Success: Runs the step when the previous step(s) ran successfully.
  • SuccessDataChanges: Runs the step when the previous step(s) ran successfully and there were data changes made.
  • Failure: Runs the step when the previous step(s) failed.
  • Disable: Disables the step and prevents it from running.

Change a Single Step

To change the run condition start by selecting the step, then right click and select Run Condition from the list. This will open a sub list and you can select the run condition you want.

Change Run Condition Shortcut

Alternatively you can select the step and go to the configuration window to the right and change the run condition through the dropdown list.

Change Run Condition

Change Multiple Steps

To change the run condition of multiple steps in a single action start by highlight the steps to change. Then right click and select Run Condition from the list.

This will open a sub list of the Run Condition types, select the one you need and the steps will be updated.

Change Run Condition

This can be useful if you need to disable a number of steps within your project.