5. Run the business process

5. Run the business process

Let’s test the API Trigger.

  1. From the SAP Build Lobby, navigate to Control Tower > Environments.

Monitor
  1. Select the Public environment and open the Process and Workflows tab.

  2. Search for to display your project.

  3. Select Start New Instance.

Run
  1. Remove the example payload in the dialog. Use the following JSON in the dialog.

    Code Snippet
    1234567891011121314
    { "salesorderdetails": { "email": "{placeholder|userid_lc}@sapexperienceacademy.com", "distributionChannel": "10", "expectedDeliveryDate":"2025-05-25", "material": "MZ-FG-C900", "quantity":11, "salesOrderType":"OR", "salesOrganisation":"1710", "shipToParty":"SAP", "soldToParty":"1000292" } }

    The quantity must be entered as a number (no quotes) and dates must be entered in the preceding format for the expected delivery date.

  2. Select Start New Instance and Close.

    Run

You have successfully run your project. It is time to monitor the process flow and access the tasks.