About bpm multi instance

%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20180719161412

as the picture:
i have multi-user in approval,
i want anyone who cmplete it ,the task will be over, and move on to the next task

if i set Multi-instance type is Parallel,it need everyone complete it,That’s not what I want,
how should i do?

1 Like

Faced this issue too. Did not really find any solid solution so ended with this realisation:
image
My custom procForm throwing a signal to process to end this activity (catched by bounded signal event).

Please respond if you will find a more appropriate solution.

I just solved it.
this is my set:
Multi-instance type:Parallel
Completion condition(Multi-instance):${nrOfCompletedInstances >=1}

when it’s Multi-instance,nrOfCompletedInstances is the number of the completed, so when nrOfCompletedInstances >=1 the task will complete

2 Likes