CLI Reference Guide
l INITIALIZED
l PENDING
l READY
l ACTIVE
l COMPLETED
l ERROR
l CANCELED
Process instance return code (processReturnCode) values:
l SUCCESS
l FAILURE
l RUNNING
l TIMEOUT
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:
HP Cloud Service Automation (4.00)Page 117 of 141
APIReference
Contents