Define Task Precedence

Task Precedence specifies the execution-flow of a Batch. Task Precedence value facilitates you to determine the order in which the specific Tasks of a Batch are executed.
For example, consider a Batch consisting of 4 Task. The first 3 Task does not have a precedence defined and hence will be executed simultaneously during the Batch execution. But, Task 4 has a precedence value as task 1 which indicates that, Task 4 is executed only after Task 1 has been successfully executed.
You can set Task precedence between Tasks or define to run a Task after a set of other tasks. However, multiple tasks can be executed simultaneously, and cyclical execution of tasks is not permitted. If the precedence for a Task is not set, the Task is executed immediately on Batch execution.
To define the task precedence in the Define Task window:
  1. Click the Menu button corresponding to the task for which you want to add precedence task.
    The Task Precedence Mapping window is displayed.

    Note:

    The Task Precedence option is disabled if a batch has only one task associated.
    1. Select the Task you want to execute before the current task, from the Available Tasks pane and click Move. You can press Ctrl key for multiple selections.
    2. To select all the listed Tasks, click Move All.
    3. To remove a Task, select the task from the Selected Tasks pane and click Remove.
    4. To remove all the selected Tasks, click Remove All.
  2. Click Save to update Task Precedence.
  3. Click Preview to view the Precedence information.