I am trying to implement a workflow which is basically an approval process for a document.
The process starts, and there are 3 activities which are run in parallel, where each of the 3 users must approve or reject. If ANY of these users reject the process, then the workflow should take the rejected branch, if they have all approved then it should take the approved branch. It should only continue along the approved/rejected branch once all 3 parallel activities have been completed.
Can someone tell me to how determine if all of the 3 people have approved the document? I thought I could approach this by branching into 3 activities (parallel), and then have the outcome of all 3 activities join back into a single activity, and use this activity to determine if the outcome of each of the 3 parallel activities was Approved. However when I try to do this, I can't seem to reference the previous activities' outcomes.
I am pretty sure I am missing something simple here (I am currently trying to evaluate Blackpearl, so am very new to this), but I can't seem to figure this out...
Thanks in advance for any assistance!
Parallel - Determine if all branches are approved?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.