How to get the status of a Process after the execution

hi, I have a process in orchestrator, I am calling this process from an API. After execution, I want to send the status(success/failure) back to another API.is there any way to set this in orchestrator??

You can include that in the workflow itself like, when you are able to trigger the process succesfully, you will get the status 201.

Can you confirm whether you are calling the API of some other application or triggering the job in Orchestrator using API? If it is other application, you will get the status 200

1 Like

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