Skip to main content

Execute Workflow Actions Immediately

 In case your integration requires executing workflow actions immediately after your request, it is necessary to call CheckWorkflowCheckWorkflowQueue 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>