Skip to main content
Version: 2.2.1

editWorkflowData

This method edits the data of a process instance created in SoftExpert Workflow. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\workflow\EditWorkflowDataRequestType.java
Returnweb\wwwroot\ws\java\workflow\EditWorkflowDataResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXInstance ID #
UserIDUser ID
UserID (Requester)Requester user ID
CustomerIDCustomer ID #
ContactContact name

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:editWorkflowData>
<!--You may enter the following 3 items in any order-->
<urn:WorkflowID>?</urn:WorkflowID>
<!--Optional:-->
<urn:UserID>?</urn:UserID>
<!--Optional:-->
<urn:Requester>
<urn:User>
<urn:UserID>?</urn:UserID>
</urn:User>
<urn:Customer>
<!--You may enter the following 2 items in any order-->
<urn:CustomerID>?</urn:CustomerID>
<urn:Contact>?</urn:Contact>
</urn:Customer>
</urn:Requester>
</urn:editWorkflowData>
</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