Hi people,
I've been able to start a workflow via a web service call. The response message includes an instance ID. Is there a way to query the web service to determine the status of the workflow? All I need to know for now is if it's active, completed or terminated.
I've read the documentation and can't figure out if it's possible or not. It seems possible from "Workflow 9.0 Consuming the Workflow Web Services.pdf" but I can't work out how to convert the .Net example into parameters for either configuration for "HTTP Form Post" or "HTTP Web Request" or for constructing a URL.
Is it even possible?
-Ben