Taking a workflow and adding two threads of execution
- (page 1 of 6)
This "how to" starts from where the
multiple user workflow how to left off. It takes the approval step and adds an extra thread of execution, asking both the HR manager and the line manager to concurrently approve the holiday. If either says no then the holiday is denied, otherwise it is approved.
It requires us to reorganise the
existing workflow and then add a new approval activity.