Is there any way to send the output from an Invoke Code
to OpenFlow? I’m using the ‘Save Output’ and ‘Send Output’ option, and the log is being sent to OpenFlow, but outputs from a print
statement inside an Invoke Code
are not being sent.
Not right now.
Since all workflows run inside the same process, we cannot just collect all output, since we won’t know what workflow it came from.
The “work around” you see with “save/send output” looks at the thread that the output came from, and if the thread matches the workflow it gets send, but invoke code will in same cases make a new thread and in that cases the output will not be catched.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.