How to obtain the results and logs of command line execution.

I have created a small automatic task scheduling program to periodically execute my OpenRPA workflows. OpenRPA operates in offline mode, and the automatic task scheduling program starts my workflow via cmd (OpenRPA.exe /WorkflowID 4d7be91d-2612-4eca-91b3-debd17f66490). This method of execution seems to be asynchronous. How does my automatic task scheduling program determine the execution result of the workflow (success or failure), and how can it obtain the workflow’s execution output?

Thanks!

That is not possible when executed using openrpa.exe directly.
But if you use powershell, you can get the result of the execution ( you can parse an object to the workflow that maps to the arguments and you get an object back mapping all the arguments )
see example here Scheduling Robot

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.