WFL includes a special statement that specifies actions to be taken if any offspring terminates abnormally. This is the ON TASKFAULT form of the ON statement. The ON TASKFAULT statement remains in effect for the remainder of the job unless overridden by another ON TASKFAULT statement. For example, a WFL job could include the statement ON TASKFAULT, ABORT. This statement causes the job to terminate abnormally when any of its offspring terminates abnormally.

