cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve all managers confirmation?

vamsinipun
Star Contributor
Star Contributor

Hi Team,

I am using activiti in my spring application. I was defined the process as follows,

I have one or more reporting managers. If all reporting managers approved the task then it is go for further step otherwise it will go for end. Please let me know how can i achieve this?

Thanks

2 REPLIES 2

hari
Star Contributor
Star Contributor

Hi, 

I think you should go with multi instance user task with a completion condition on it. If any of the managers reject, the process takes the rejection flow, otherwise it takes the normal flow as per your process design. 

vamsinipun
Star Contributor
Star Contributor

Hi Hari,

    Thank you for your reply. could you please give some sample .bpmn file by using multi instance for reference.

Thanks