Hi Mike,
These are two different Workflow Steps/tasks. One step attempts to change an entity and the other sends an email afterwards if required.
So my question is after the first step or at the end of the first step , should i write an explicit rollback or may be commit , so that it finishes off cleanly and the next step should send the email ? I am using a standard function module in the first step so i was hoping i need not to take care about any commit or rollback.
I had already tried a wait for few minutes after the first step, still the result was the same.
Thanks