Search code examples
dynamics-crm-2011dynamics-crm-onlinedynamics-crm-2015

Fetch list of parent workflows, where each parent workflow consume a particular child custom workflow activity


In MS dynamics CRM, Can we determine where our custom workflow activity is used. All I want to know is the list of parent workflows.

For example if our custom workflow name is 'abc'. Then is there any utility who give us all workflows which used 'abc' as child workflow custom activity.


Solution

    1. Go to Settings.
    2. Customize the System.
    3. Expand Plug-in Assemblies.
    4. Select your assembly in the left hand navigation menu.
    5. Select your custom workflow activity in the right hand list.
    6. Click Show Dependencies.

    This is effectively the UI way to do same thing as offered by Henk via the SDK.