Skip to main content

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

Hi Brian,


 That seems like the right approach.  I do believe the status will be "Completed" vs "Complete" but other than that I think it should work.


-Eric


Thanks for the quick reponse Eric!  I will give it a shot.


 


Brian


Reply