Can OpenRPA return execution result to PowerShell?
-
Because I use java to corporate with OpenRPA, and I invoke OpenRPA by PowerShell
The PowerShell can catch exception by "Throw Activity" from OpenRPA
However, Is there any idea to get normal execution result?
-
This post is very confusing.
Why is working with java in a workflow, relevant for remotely starting it using powershell ?
What does execution result have to do with stopping a workflow using "throw" activity ?
So i am reading this as you want a workflow result, after stopping the workflow by throwing an exception, that makes no sense at all. Either the workflow completes and you can send results using arguments, or the workflow fails and you get an error/exception.
But with you mixing different things up, I'm am unsure if I'm answering your question. Could you please clarify ? -