Exit Code |
Tasks |
Actions |
Continue |
Next item in sequence is processed regardless of result. |
Next item in sequence is processed regardless of result. |
Exit on Success |
Processing of the task list stops if any actions in a task condition branch are executed. |
Processing of the action list stops if an action is executed. An action is determined to have been successfully executed if the evaluation of its rule criteria returns true (no rule criteria always equals true) and no error occurred during processing. |
Exit on Failure |
Processing of the task list stops if the task contains actions in the processed condition branch and none of the actions were executed. |
Processing of the action list stops if an action fails evaluation. |