Hi Guys,
I Need split multiple instance user task depending user decisions…
This print explain better
Is it possible?
Hi Guys,
I Need split multiple instance user task depending user decisions…
This print explain better
Is it possible?
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 !