InvokeWorkflow and ExternalActivityExtension error
Hello,
I am calling a secondary workflow that resides in my application in the same folder as my calling workflow, only passing in one dictionary value on the Input line, and no output value using the InvokeWorkflow. The secondary workflow is only calling an Alert with the value that was passed in as an argument.
When it runs, I get an unhandled exception error that says "This activity requires an ExternalActivityExtension". What am I doing wrong?
Thanks!
-
Hi Stimpy
Invoke Workflow does not allow Client activities to be called in the called workflow. ie can only be logic that runs entirely on the server
If you are using the lastest version you may be able to make use of the Reference Workflow Activity instead.
Regards
Ralph
0 -
Excellent!
It did work using the ReferenceWorkflow, although I do get a red exclamation saying that the "argument does not exsist on the referenced workflow", but it runs fine!
Any more ideas to get rid of the red circle of death?
0 -
So what arguments are configured in the referenced workflow?
Ralph
0 -
There is only one argument called "test" with "in" direction of type "string". In the ReferenceWorkflow call I have one argument called "test" with direction "In" and type "String" with a value that says "This is the test data"
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare