Can Uipath return a value through the orchestrator api once it finished the automation

I am now creating a python based project and consist of multiple uipath automation. The python function is host on computer A while the uipath run on computer B. There is no problem on using python requests to call the orchestrator api and start job on computer B, but how can my code know the automation were finished and call api to start the next job? Since once calling the start job api, it would return 201 directly, and I only found start job and stop job in the orchestrator api website. Thank you.

@WingHo_Poon - you can try

  • expose one api and call the api in uipath process at end of the process flow…