To create a Decision task in Workflow Manager, follow these steps:
- In Workflow Manager, go to Tasks | Create.
- From the list of tasks, select Decision task, and specify the name of the Decision task, dec_TASK_NAME. For our reference, we are using dec_CONDITION as the Decision task name. Click on Create and then on Done:
- The Decision task appears in Workflow Manager. Use the Link task to connect the Start task to the Decision task. In our case, we are implementing a scenario where the Session task s_m_max should be triggered only after successful execution of the Email task em_FAILURE_NOTIFICATION and the Session ...