VMware Aria Automation Orchestrator

 View Only
  • 1.  Searching for a workflow by its ID

    Posted Apr 29, 2015 07:37 PM

    I have a workflow ID number and I would like to find it in vCO. 

    How do I search for and find the flow name to look at it?

    ie.  I have this ID

    394f8ea6-999c-448d-99ec-09049cb742de

    How do I find it in the vCO client?



  • 2.  RE: Searching for a workflow by its ID

    Broadcom Employee
    Posted Apr 29, 2015 07:54 PM

    Quickest thing: Use the REST API!

    Open a browser, point it to https://your-vco-ip:8281/vco/api/workflow/THEWORKFLOWID

    (you have to login with the same credentials you use for the vCO client), then you should get some xml back that contains the name of the workflow, which now you can easily find in the search box of the client....

    Regards, Joerg



  • 3.  RE: Searching for a workflow by its ID
    Best Answer

    Posted Apr 29, 2015 08:25 PM

    Excellent.  Thanks.

    One correction (its workflows not workflow):  https://your-vco-ip:8281/vco/api/workflows/THEWORKFLOWID



  • 4.  RE: Searching for a workflow by its ID

    Broadcom Employee
    Posted Apr 29, 2015 08:27 PM

    oops, your right, I missed an "s" :-)



  • 5.  RE: Searching for a workflow by its ID

    Posted May 25, 2021 12:40 PM

    This is a very poor answer... for each and every ID one has to navigate to a browser and formulate a URL?

    Why do we have a web interface to begin with for vRO, isn't it to help the user answer these types of questions?