As per this specification user can suspend/terminate/resume multiple process
instances at same time.

http://ode.apache.org/bpel-management-api-specification.html#BPELManagementAPISpecification-Suspend%2FResumse%2FTerminate%2FFaultProcessInstance

my soap request is as follows:-

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:pmap="http://www.apache.org/ode/pmapi";>
   <soapenv:Header/>
   <soapenv:Body>
      <pmap:suspend>
        <iid>23006</iid>
        <iid>23979</iid>
        <iid>25410</iid>
        <iid>25580</iid>
      </pmap:suspend>
   </soapenv:Body>
</soapenv:Envelope>

But it only seems to suspend first one.
-- 
View this message in context: 
http://old.nabble.com/Suspend-Terminate-Resume-multiple-process-instances-tp33744503p33744503.html
Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to