Hi Everyone,
I can not for the life of me find any useful information on how to utilize the orchestrator web services or rest api to display a task's progress percentage as a value that can be returned from a workflow. I can see the progress percentage being reported in the logs if I set the progress boolean value to yes on workflows such as "clone a vm" and debug it, but I can't get it to report the percentage back to me when I try to run a GetWorkflowTokenForID request from the web service. Would I have to write my own script or action for this? My end goal is to be able to display the status of a vm build task after I kick off a workflow on a web based front end if that helps.
Looking forward to you assistance with this!