Execute Workflow Actions Immediately
June 1, 2020
In case your integration requires executing workflow actions immediately after your request, it is necessary to call CheckWorkflowQueue function that is part of features.wsdl.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://atollon.com/enterprise/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:CheckWorkFlowQueue>
<server>yourserver</server>
<session>---yoursessionstring---</session>
</wsdl:CheckWorkFlowQueue>
</soapenv:Body></soapenv:Envelope>