Split and Merge Workflow
Ability to branch workflow task and then merge them back in the same workflow. Example Lets take an example of travel Request use case. Once the Manager approves. One task should trigger to Travel desk to get the hotel / Flight Booking done and another task to Finance Department to organise Cash. Then the two tasks should get merged and the workflow should continue. We can trigger two separate workflow based on index values and insert a wait but it would be nice and better if we can manage in the same workflow.
1
vote