cancel
Showing results for 
Search instead for 
Did you mean: 

email being sent off before the workflow activity is reached.

Former Member
0 Kudos

Hi Guys

I'm building a workflow which contains a large loop, and then after that loop Iu2019ve got a condition (T/F). On one of the branches of this condition I've got a simple "send mail" activity. Whenever I start the workflow, and whilst runtime is still somewhere on the large loop, this email will still get triggered and sent off. How can this be?

Thanks for your help.

Nuno Natividade

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nuno,

You can go to SWI1 and put the workitem number to see the workflow log.

In the log check what all step are executed and in which sequence to verify your logic and to verify the mail send step is executed or not.

Also from SOST see at what exact time email was sent and then comapire in WF at that time what step was executed.

Might be some other step is also generating an email.....

Hope this will help you !!!!

Regards,

Amit

former_member186746
Active Contributor
0 Kudos

Hi,

If the branch should not be reached and if the workflow log clearly shows that this has not happened at all.

Then check if it isn't coming from somewhere else and if this is not the case, then your workflow model might be corrupt.

Although these things happen rarely.

Kind regards, Rob Dielemans