Announcements
Hello Experts,
I have implemented the custom workflow activity which I am calling from the action by passing input parameters and getting output parameters, Just I want to convert this custom workflow activity into a Plugin, the custom action which I am calling in the JavaScript.
How do I get and set the input and output parameters in the plugin for custom action? the suggestions would be appreciated.
Thanks
-Sri
As you have created a custom workflow activity where you are passing input & output parameters.
To convert to plugin:
You create a Custom Action. That looks like a workflow without a body. There you can define input and output parameters and set them required/optional.
docs.microsoft.com/.../create-own-actions
Then you can register your Plugin on that action instead of one of the default optins (like create, update, ...). Inside your plugin code you got dictionaries inside the Plugin Execution Context called InputParameters/OutputParameters. You can set your values there.
André Arnaud de Cal...
294,120
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator