Hi,
I am attempting to execute a Workflow Activity plugin using JS via a Process Action.
Here is the JS that calls the process Action:
And this is the process Action.
And this is the part where I set the input parameter to the Workflow activity plugin.
So far so good.
My workflow activity plugin has one INPUT parameter and one OUTPUT parameter (as show in the image above).
Here is the workflow activity plugin.
As you can see, I have 2 parameters. I am just getting the input parameter and setting the value of the output parameter. Simple!
So when I call the action via JS, I was expecting the response to return "EscSacSiResponse: EOF!!! but I get instead a NULL value.
As you can see above, the output parameter is null.
I know the Workflow activity plugin was called based on its trace log.
The plugin code clearly shows I am setting the value of the OUTPUT parameter but it is giving me a null value.
Is there an extra step that I need to do, like assigning the value of the output parameter outside the plugin code?
Do I need to do an extra step in the configuration of the Process Action in order to return the value of the output parameter?
Anyone?
a2z