Hello,
Not a really a QIK question but something along the lines of it.
I'm starting an Opalis workflow from my application's code. This is working perfectly. I'd like to get the published data which I return in my workflow though, and I can't seem to find a way to do it. The function in the Opalis WSDL I use to start the workflow
remotely is:
proxy.startCustomPolicy(scp);
where scp is a startCustomPolicy().
Does anyone know how to get the published data back from the policy?
Thanks for the help.
//edit: or if someone knows how to check if the policy completed succesfully, that would be fine too...