Operations with Workflows The vRealize Orchestrator REST API provides Web services that you can use to perform various operations with workflows. Find a Workflow and Retrieve Its DefinitionTo perform any kind of operation with a workflow, you must find that workflow in the vRealize Orchestrator inventory and retrieve its definition. The definition lists the workflow input and output parameters, and contains links to the available workflow runs, the workflow input form schema, and other objects. Run a WorkflowYou run a workflow through the vRealize Orchestrator REST API by creating a new runnable object for a particular workflow. Interacting with a Workflow While It RunsThe 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.Retrieve a Workflow's InteractionsYou can retrieve the list of all user interactions for a workflow by using the vRealize Orchestrator REST API. Parent topic: Using the vRealize Orchestrator REST API