Hey everyone i was trying to register a custom workflow with an output parameter trying to do it with both dynamics 365 sdk and crm 2015 sdk but i keep having this error after i choose the plugin
here is a screen shot of what is going on please any help would be appreciated
BEST regards
*This post is locked for comments
Thanks My Friends Save my day and made me feel better :D
Hi Alaa,
Your assembly doesn't have any classes recognized as available plugins. If there were any, they would show up as options which you'd select.
For a plugin, you need to implement IPlugin (msdn.microsoft.com/.../gg594416.aspx)
For a workflow activity, derive from CodeActivity and override the Execute method. (https://msdn.microsoft.com/en-us/library/gg334455.aspx)
Hope this helps! I'd appreciate if you'd mark this as Answering your question.
Thanks,
Aiden
Could you please make your custom workflow class as public and try to register that new dll?
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... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156