Navigation:  Integration via SOAP web services > Published web services > Workflow >

editWorkflowData

Previous  Top  Next

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

Request

web\wwwroot\ws\java\workflow\EditWorkflowDataRequestType.java

Return

web\wwwroot\ws\java\workflow\EditWorkflowDataResponseType.java

 

Request structure

<editWorkflowData>

 <WorkflowID>?</WorkflowID>

 <UserID>?</UserID>

 <Requester>

         <User>

                 <UserID>?</UserID>

         </User>

         <Customer>              

                 <CustomerID>?</CustomerID>

                 <Contact>?</Contact>

         </Customer>

 </Requester>

</editWorkflowData>

 

Request

ID #

Required

Description

WorkflowID

X

Instance ID #

UserID

 

User ID

UserID (Requester)

 

Requester user ID

CustomerID

 

Customer ID

Contact

 

Contact name

 

Return

ID #

Description

Status

Method execution status. Its value may be:

SUCCESS: Method executed successfully

FAILURE: An error occurred during the method execution

Code

Method return code

Detail

Method return detail