Announcements
I can see many people have asked this question but may be I am not able to get any clear clue on what is required to show the custom workflow in the profiler.
Here is my scenario:-
a) I have an Action
b) Action internally calls a custom workflow
c) I am calling Action from java script
I have registered the workflow through plugin registration tool but when I try to profile the workflow, my custom workflow is not listed. Can someone tell me what mistake I am doing here?
Yes, its Public
public class PopulateTotalFromWF : CodeActivity
have you made your custom workflow class public?
E.g. 'public class CountNumberOfRecords : BaseCustomWorkflow'
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156