I'm trying to debug a custom workflow using Plugin Registration > Profile Workflow
When I choose the workflow that reference the custom activity, it is disabled
Please advise.
I'm trying to debug a custom workflow using Plugin Registration > Profile Workflow
When I choose the workflow that reference the custom activity, it is disabled
Please advise.
Thanks Hakan.
Your suggestion really helped.
I know it is probably late for you but might help someone else:
In order to debug your custom workflow activity, as well as adding a dummy parameter like below, you need to set a value when you call it:
[Input("Dummy for profiler")]
[Default("Dummy for profiler")]
public InArgument<string> DummyArgument { get; set; }
Hope this is helpful.
My issue is that the step is not missing in the list, it is disabled.
Yes I also tried those instructions.
Hi partner,
Please check the following points.
1.Did you add or use your custom workflow in the D365?
2.Did your custom plug-in has the right key?
3.Check the status of your workflow, did it be disabled in plug-in registration tool?
4.Make sure the user whom logged into the registration tool should be the same as the owner of the custom workflow.
Here is a fimilar blog for your reference.
http://alagunellaikumar.blogspot.com/2015/10/debug-custom-workflow-in-crm.html
Hope it helps.
Best Regards,
Leo
André Arnaud de Cal...
292,961
Super User 2025 Season 1
Martin Dráb
231,801
Most Valuable Professional
nmaenpaa
101,156
Moderator