Synchronous Process Model Web Service

Overview

Provides an alternative URL for calling process models published as a web service so that the response is returned synchronously (instead of only returning the process id).
SOAP Attachments are automatically uploaded to the process models temporary folder location. Ensure the user calling the web-service has access to view the model and write access to the folder.
This service has a hard limit of 3 concurrent requests. If more than 3 requests are received at once they will be queued and completed on a first-in, first-out basis.

Anonymous