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!