Question: Custom WF Activity works synchronously or asynchronously in a workflow? (wrt MS CRM 2011)
I have an OOB WF with following part :
if condition ( ) then
1) custom wf activity to assign a task to approver user with elevated permission
2) Send email - Email is sent to approver
Issue: in a few cases it happens that email is sent before the task is assigned to approver. Does this happen because custom wf activity code runs asynchronously? If not, what might be the issue? Please note that for most of the cases it works as expected.
*This post is locked for comments