Normally a process starts with Receive Step which listens to a publishable document. To initiate the process, you publish the document (or event) from somewhere.
Let say I publish the doc from a service by invoking pub.publish:publish.
My question: is it possible to invoke pub.publish:publishAndWait to wait for the reply back from the end of the process?
The process does not involve Task but just calls a series of services.
#webMethods-BPMS#BPM#webMethods