The Luma Automation API ‘Trigger Workflow API’ is used to trigger a Luma Automation workflow. Based on the Workflow name, and input parameter details, the workflow is triggered in Luma Automation. The web service returns the trigger status as the response.Please note that the
Info |
---|
The Trigger API is asynchronous and does not wait for the workflow execution to be completed. It submits the workflow for execution and returns a Trigger ID. Using the “Trigger Id” the status of the workflow execution or step level execution information can be retrieved using the APIs Get Workflow History , Get Workflow Step History Records , Get Detailed Workflow Step History Record . Additionally, The Generate Launch-in context URL API can be used to retrieve a Launch-in Context URL which can be used to launch a screen (in IFrame or new browser window) that provides a graphical representation of the workflow execution status: |
Use the following details to configure Trigger Workflow API:
...