How to achieve Camunda parallel task with different forms for each task

Hello,

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?

Thanks

How about using a parallel gateway?

Hi @asperitas_ltd

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.

@barmac thank you for your reply

We have examples like the employee enrolment system in which,
when new employee enrolls to the organization
3 parallel task needs to be start

  1. For HR
  2. For Accountant
  3. For Admin

after all these parallel tasks completed then flow will be continued.

@mrdavoodi64 @barmac Any suggestions on how to achieve the above workflow process

The flow you described can be handled with the template I pasted as my response above. Try this out and come back if you need help.

1 Like