Command module

The Command part allows to start, stop a workflow, replace/add/remove nodes of a workflow.

Command services are:

  • stopProcessInstance: Stop an workflow instance execution.
Corresponding SOAP request example to be made to the operation exposed within a Web Service.
  • startProcessInstance: Start a workflow instance execution.
code: Invalid value specified for parameter lang

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="http://impl.administration.service.extended.easyviper.ebmwebsourcing.com/" xmlns:adm="http://ebmwebsourcing.com/easyviper/administration">
<soapenv:Header/>
<soapenv:Body>
<impl:startProcessInstance>
<!-Optional:->
<adm:StartProcessInstance>
<adm:StartProcessInstanceNameDataModel>processName_1234</adm:StartProcessInstanceNameDataModel>
</adm:StartProcessInstance>
</impl:startProcessInstance>
</soapenv:Body>
</soapenv:Envelope>

  • replaceEndpoint: Replace a node with the specific Sender behaviour. This operation allows to change a partner to invoke in a workflow.
Corresponding SOAP request.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.