Examples
The following was sent to update propertyinfo of a process instance:
https://<host>:<port>/csa/rest/processinstances/90d9652b362d4ecd01362d4fb7be0f71
?userIdentifier=90d9652b362d4ecd01362d4ef51e00a5&view=propertyinfo&scope=view&pr
operty_action_=merge
The following XML was sent in the request to update a property:
<ProcessInstance>>
<id>90d9652b362d4ecd01362d4fb7be0f71</id>
<property>
<name>Property Name</name>
<valueType>
<name>STRING</name>
</valueType>
<values>
<value>Hello World!</value>
</values>
</property>
</ProcessInstance>
The following was sent to update the process instance state:
https://<host>:<port>/csa/rest/processinstances/90d9652b362d4ecd01362d4fb7be0f71
?userIdentifier=90d96588360da0c701360da0f1d5f483&scope=view&view=processinstance
state&action=merge
<ProcessInstance>>
<id>90d9652b3752ad4f013752ae38cb0065</id>
<processInstanceState>
<name>COMPLETED</name>
</processInstanceState>
</ProcessInstance>
The following was sent to update the process instance return code:
https://<host>:<port>/csa/rest/processinstances/90d9652b3752ad4f013752ae38cb0065
?userIdentifier=90d96588360da0c701360da0f1d5f483&scope=view&view=processinstance
state&action=merge
<ProcessInstance>>
<id>90d9652b3752ad4f013752ae38cb0065</id>
<processReturnCode>
<name>SUCCESS</name>
</processReturnCode>
</ProcessInstance>
The following was sent to update the process instance state, status and return code:
APIReference
HP Cloud Service Automation (4.10) Page 124 of 150
Kommentare zu diesen Handbüchern