You can retrieve the list of all user
interactions for a workflow by using the vRealize
Orchestrator REST API.
Procedure
-
Retrieve the definition
of the workflow by making a
GET
request at the URL of the workflow's definition:
GET https://{orchestrator_fqdn}/vco/api/workflows/{workflowID}/
-
Get the list of workflow
interactions by making a
GET
request to the URL of the workflow's interactions:
GET https://{orchestrator_fqdn}/vco/api/workflows/{workflowID}/interactions/
Results
If the
GET
request is successful, you receive the status code 200 and a list of all user
interactions available for the workflow.