How to find custom workflow activity and its dependency in Dynamics CRM
Views (5189)
Recently I made changes to several custom workflow activities and deployed them. I did not know where are all these custom workflows triggered from and I had to test them to make sure that they are working fine.
Due to some reason they are not visible under Settings –> Processes. So to find the custom workflows, follow below mentioned steps:
- Open default solution in Dynamics CRM.
- Locate and select the workflow assembly under “Plug-in Assemblies“.
- It will display all the custom workflows, here you can select the workflow activity which you wish to check and click on “Show Dependecies”.
- It will open a new window to show dependencies, all the workflow which has depedency will be displayed here.
- Now you can open the dependencies individually which will open the workflow designer.
- Here you can see the complete flow where your custom workflow activity is being called along with other conditions.
As you can see the conditions when your workflow activity can be called, it becomes much easier to validate them.
Hope it helps you.

This was originally posted here.
*This post is locked for comments