Hey guys,
I have an approve/decline activity that is assigned to a role (which has 5 users in it). The business rule is as follow:
- If all 5 destination users approve, then approve
- If 1 of the destination users decline, do not proceed to the next activity right away. Allow the 4 other destination users to complete their approval task, collect their comments, then proceed
The first part is pretty straight forward, I configured an outcome that stats "If All Slots of Action Result = Approved"
For the second part, do I configure 2 succeeding rules as follow?
If All ActivityInstanceDestStatus = Complete
AND
If At Least 1 of Action Result = Declined?
Thanks in advance.
Brian