Hello,
I did try but, as I suspected, wM does not have that element, so my suggestion still holds.
You did not specify which situation within task1 triggers task2.
Is it a specific action on task1? After acceptance? After a certain time? By user action?
Maybe what you are looking for could be modeled differently.
If you could model that behavior as I suggested, splitting task1 in two sub-tasks and delivering a message in their transition, it could work.
Also, you do not need the “wait for task1” event - it is implicit in the transition.
Another problem with your example is with step3 ending sooner than task2 - the Terminate event will stop all running tasks in the process.
Happy coding!
#BPM#webMethods-BPMS#webMethods