Skip to Content
0
Feb 22, 2011 at 03:43 AM

parallel processing and next task behaviour

43 Views

Hi,

i am on version 4.7

i have a parallel process task with multiline element defined n the "OTHER" tab. The method that this task executes has a Terminating event and the task also has in the "Condition" tab a "Complete Execution" condition.

This is all working as it should however the problem i am having is the next task which sends an email.

What i am finding is that if there were 3 instances of the task and 3 corresponding terminating events then i am getting 3 emails.

If i have 3 instances of the task and 2 terminating events ( which completes the 3 tasks ) i am then getting 2 emails .

i would think that i should always only send one email as this task only executes after the completion of all the parallel tasks and it is not in any loop .

Has anyone experienced this behaviour ?

cheers

Trev