Debug a custom workflow activity
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
To debug a custom workflow activity, copy the .pdb file for the assembly to the %installdir%\server\bin\assembly folder. The assembly can be deployed as on-disk or stored in the database. The recommended deployment is in the database, but for debugging you should select on-disk. Next, attach the debugger to the CrmAsyncService.exe process. Make sure that you remove the .pdb file when you’ve finished debugging because it uses memory to have it loaded. For detailed information, see Debug a plug-In.
See Also
Custom workflow activities (workflow assemblies)
Update a custom workflow activity using assembly versioning
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright