As per our project needs we need to implement the camunda parallel tasks which will contains the different user-task form for each parallel task.
We checked the multiple instance tasks but in that we can have only same user-task form’s to all the instances.
is there any workaround or examples to achieve this type of workflow?
I think one solution could be using one form with all fields needed, but making fields visible or invisible based on the assignee. but its more common to use parallel gateway as @barmac shared it.