Run Workflow Synchronously on Workflow Process Manager component
We need to run a synchronous process, that returns a PropertySet, synchronously on the Workflow Process Manager component. That is, we do NOT want the Workflow to run in the OM.
Bookshelf seems to suggest that, even when using the "Server Requests" Business Service, any Workflow Process that runs synchronously runs within the OM.
Is this true?
Is there any way for us to pass the request to the WPM Server Component and await a response from it?