In parallel gateway, I want task2 to create an instance first, and then task3 to create an instance. Now the actual situation is that task3 is created before task2. How to set the creation order?
What exactly are you doing in task2 and task3?
@mcck After the parallel gateway, parallel tasks creation order is not maintained. If you want to create task3 after task2 creation, you should have modeled the task3 after the task2 activity in sequence. Is there any specific reason to model the task3 & task2 activities to be parallel?
The below model fits your query.