Training

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 of a step simply select the step, right click and select Run Condition from the list. Then change the run condition as you need to.

Change Run Condition Shortcut

Alternatively you can select the step and go to the configuration window to the right and change the run condition from there.

Change Run Condition

Change Multiple Steps

To change the run condition of multiple steps highlight the steps to change. Then right click and select Run Condition from the list. Then change the run condition as you need to.

Change Run Condition