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.
Corresponding SOAP request.
- replaceEndpoint: Replace a node with the specific Sender behaviour. This operation allows to change a partner to invoke in a workflow.
Corresponding SOAP request.