Create and Configure Action in the process flow
Prerequisites
You will Learn
- To create and configure action project based on the API specification
- To release and publish action project to be consumed in the business process modelling
- To add action to the business process
- To map input fields of the action to the actual process content
- To release and deploy business process with actions
Action is a feature in SAP Build Process Automation to connect processes with external systems, be it SAP or non-SAP systems. This is an important piece of the puzzle especially if you want to automate or extend your business processes for any available LoB processes like S/4HANA, SAP BTP ABAP Platform, SuccessFactors etc. These extensions can be easily built using SAP Build Process Automation, and using actions you can connect to your given S/4HANA, SAP BTP ABAP Platform, Ariba or other SAP LoB systems for any kind of GET, POST, PATCH, and other calls.
In this tutorial, you will create an action project based on Open API. The Workflow Notification API is an OData V4 service available to send the notification at the completion of a workflow step back to the calling system. You will use the POST call from SBPA to BTP ABAP environment to notify if the travel request has been Approved or Rejected on completion of workflow.
























