I want to use Xrm.WebApi.online.execute to execute a process Action which in turn executes a workflow activity plugin (codeactivity).
1. Execute a process (workflow) Action (non-entity bound, eg. global).
2. The Process action then calls a workflow activity plugin (CodeActivity) (with input parameters and output parameters).
So according to the image below, I should be using ACTION operation type.
The question is 'what is FUNCTION" operation type?
How do you create a FUNCTION in Dynamics 365?
Is FUNCTION the same as plugin workflow activity? (ie CodeActivity)
Thx
a2z