Search code examples
dynamics-crmworkflowactiondynamics-crm-2016

How can I set an action work flow as async?


I have created an ACTION workflow, and it's synchronous as default, Can I change it to asynchronous and how?


Solution

  • Let me explain the options we have.

    1. You can have a custom Action and that can be invoked from an Asynchronous workflow. Read more

    2. You can register an Asynchronous plugin step to execute on this Custom Action message. Read more