cancel
Showing results for 
Search instead for 
Did you mean: 

Two Terminating events at one time

Former Member
0 Kudos

Hello,

We have a Workflow with Notification . One task has two terminating events, E1 and E2 which can occur at the same time .but also each can occur without the other.

If E1 fires, I am not interested, if E2 fired. What can I do ? Can I delay E2.

Thanks for every help

Stefanie

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Instead of using the terminating events. It is always better to use wait for event and wait for both the events in parallel paths. This will reduce the difficulty in knowing which event triggered and you will have better control over the flow.

Regards,

Hari