How to achieve all managers confirmation?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

How to achieve all managers confirmation?

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
hari
Established Member

Re: How to achieve all managers confirmation?

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
Established Member

Re: How to achieve all managers confirmation?

Hi Hari,

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

Thanks