Home > Forum > Processes > How to create required parralel tasks?

How to create required parralel tasks?
0

Hello all, my first post here. :)

I have an issue with creating parralel tasks that should all be required.

The user has 3 checkboxes on the form. Depending on which of them are checked, there should be created a specific task for each in a single step.

The tasks are being created in the action of "Approve" path of the previous step. It's all fine for now. (ex. if (checkbox1) -> create Task1 etc.)

The problem is, before moving to the next step all of those tasks should be completed. Instead, it goes through when only one task is completed.



There's an option in the parameters "Wait for required tasks to be completed" which selected on the next step should resolve my problem, but somehow it doesn't or I don't understand what it does.

How can I make those tasks required?