on 2023 Apr 05 7:05 PM
Hi,
Hope you are doing well. I'm attempting to access the result of an automation via API and unsure how to proceed. Is there a current existing endpoint which will return the result of the automation? I know there is the following website: All | SAP Build Process Automation | SAP API Business Hub, but I didn't see an endpoint which fit my use case.
Thanks in advance,
Sahil Malhotra
Hello Sahil,
We do not provide APIs for automation output data, you can create a process and add automation into the process, and then use the process API to get the output of the Bot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to add to Archana's comments, the recent tutorials for using SAP Build Apps with SAP Build Process Automation includes the triggering API, but also shows examples of how to get information about specific process instances, their status, their context and the like.
TUTORIAL: https://developers.sap.com/mission.sap-build-apps-create-trigger-process.html
You can also get the execution log, so you can see what steps were executed, and with a little cleverness, you can see if a process was approved or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sahil,
You can use the process context API as shown here.
To use the API, you have to create a SAP Build Process Automation service instance and service key in your cloud sub-account, then use client credentials from the service-key to call this API. You can get the workflow instance ID (that will be needed to call API) from the Monitor Process Instances application.
Hope that helps,
Archana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Thank you guys so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.