Hi,
I have a function inside Invoke Code and I need the result to be use to the next activity.
How can I do that?
Thank you
Hi,
I have a function inside Invoke Code and I need the result to be use to the next activity.
How can I do that?
Thank you
Invoke code ( for vb/c# ) does not support functions
The bode is the bode of a void function ( sub in vb )
But you get access to all variables in the workflow as statics
So, declare a variable in the workflow, and you can now, set/read it from invoke code by the variable name
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.