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

editAttributeValue

Previous  Top  Next

This method edits the value of the attributes of a workflow To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web\wwwroot\ws\java\workflow\EditAttributeValueRequestType.java

Return

web\wwwroot\ws\java\workflow\EditAttributeValueResponseType.java

 

Request structure

<editAttributeValue>

 <WorkflowID>?</WorkflowID>

 <AttributeList>

         <!--1 or more repetitions:-->

         <Attribute>

                 <AttributeID>?</AttributeID>

                 <!--Zero or more repetitions:-->

                 <AttributeValueList>

                         <AttributeValue>?</AttributeValue>

                 </AttributeValueList>

         </Attribute>

 </AttributeList>

</editAttributeValue>

 

Request

ID #

Required

Description

WorkflowID

X

Workflow ID #

AttributeID

X

Attribute ID #

AttributeValue

 

Attribute value

Notes according to the attribute type:

Numeric: numeric digits without thousand separator and with dot (.) as decimal separator

Currency: numeric digits without thousand separator and with dot (.) as decimal separator

Date: YYYY-MM-DD

Time: HHHH:MM

 

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