Multiple Instances, multiple decisison

Hi Guys,

I Need split multiple instance user task depending user decisions…

This print explain better

Is it possible?

Hi @Facundo_Rodriguez_La,

a multi instance user task will contine after the completionCondition is fulfulled: https://docs.camunda.org/manual/7.14/reference/bpmn20/tasks/task-markers/#multiple-instance

If this doesn’t exist, all instances have to be completed before the process will continue.

Hope this helps, Ingo

Ok, Thanks !