Conditional number of forks for parallel gateway

I am currently migrating very old jbpm workflows to camunda 7 and got stuck at one point.
I need to model a workflow which creates one task for each user group and each task needs to be completed before the workflow proceeds. So it is basically a parallel gateway with fork and join, like so:
image

At design time, i do not know the number of user groups. So the list of user groups will be stored at a process variable. But how can i create forks based on the list of user groups?

checking Documentation often helps :wink:
the keyword seems to be " Multiple Instance task markers"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.