Skip to main content

Execute Workflow Actions

 In case your integration requires executing workflow actions immediately after your request, it is necessary to call CheckWorkflow

<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>