Workflow parallel task - Add split/task dynamically based on the count

1
Hello All, Hope everyone are doing good. Would like to understand how we can add the user task dynamically to parallel split. Basically we i will get the count from microflow on no. of tasks should be created in Workflow, based on the count i should be creating that many no of parallel splits/user task in the path. How can i achieve this ? Thanks in advance!
asked
1 answers
0

Let me get straight to the point on this one: it is not possible to get a dynamic amount of user tasks in a workflow for now.

My suggestion on how to solve this:
I would build this in one workflow task and solve this using MF's where you could for example remove target users from the workflow user task until the last person has completed his part of the task, thereby completing the actual user task of the workflow so that the flow can continue.

answered