Skip to main content
Version: 2.2.1

newWorkflow

This method starts a workflow. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\workflow\NewWorkflowRequestType.java
Returnweb\wwwroot\ws\java\workflow\NewWorkflowResponseType.java

Request:

ID #RequiredDescription
ProcessIDXProcess ID #
WorkflowTitleXWorkflow title
UserIDUser ID

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:newWorkflow>
<!--You may enter the following 3 items in any order-->
<urn:ProcessID>?</urn:ProcessID>
<urn:WorkflowTitle>?</urn:WorkflowTitle>
<!--Optional:-->
<urn:UserID>?</urn:UserID>
</urn:newWorkflow>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully
FAILURE: An error occurred during the method execution
CodeMethod return code
DetailMethod return detail
RecordKeyCode of the record added by the method
RecordIDID # of the record added by the method