Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Luma Automation API ‘Trigger Workflow API’ is used to trigger a Luma Automation workflow. Based on the Workflow name, input parameter details, the workflow is triggered in Luma Automation. The web service returns the trigger status as the response.

Note Please note that the Trigger API is asynchronous and does not wait for the workflow execution to be completed. It submits the workflow execution and returns the 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.

...