Interacting with a Workflow While It Runs
The vRealize
Orchestrator REST API allows you to perform various operations
with a workflow during its run. You can get the status of a running workflow, answer to a
waiting user interaction, and cancel a workflow run.
Get Workflow Run Objects and Check the Workflow Status You can get information about the runs of a workflow, such as the start and end dates, the state of the run, and the values for the input parameters. You can also get logs that are generated for a workflow run. Answer to a Waiting User Interaction You can answer to a waiting user interaction of a workflow run by using the vRealize Orchestrator REST API. Answer to a User Interaction After Validating Input Parameters The input form presentation of a user interaction might define constraints for the values that you can pass to the input parameters of the workflow. When you answer a user interaction, you can validate the values that you pass to the input parameters against the constraints that are defined in the input form presentation of the user interaction. Cancel a Workflow Run You can cancel the run of a workflow by using the vRealize Orchestrator REST API.