I am calling Orchestrator's SOAP webservices from my application to execute a workflow.I want to get a parameter/attribute value before the workflow execution stops.
Brief :
I have a workflow XYZ which adds two numbers supplied by my application.After this my workflow perform some other functionality which takes say 5 minutes.
My application wants the addition result as soon as addition is done. I do not want to wait for those 5 minutes to complete after which my worlkflow execution is over and then get the result.