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'
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148