Create an API Trigger for the Process
Beginner
10 min.
Create an API trigger for the business process.
You will learn
- How to create an API trigger to start an instance of a business process from any service, like SAP Build Apps
Prerequisites
- Acquire the template - Sales Order Management (MI01) by referring to tutorial Acquire a Template Project From the Store OR
- Complete the mission Build Your First Business Process with SAP Build Process Automation
A business process is started by defining a trigger, an event that indicates to your SAP Build Process Automation tenant to start a process instance.
Process triggers can be a form, such as a request form, an API call, where an external system starts the process or an Event.
You can start an instance of your process using an API call, with the inputs for the call configured from the process builder. These inputs can then be used as input fields in your process.
You may also start the instance with an event trigger which on-boards and listens to back-end events emitted from an external source system and reacts to such events by triggering artifacts such as processes and automations.
































