CLI Reference Guide
<id></id>
<name></name>
</processDefinition>
<processInstanceState>
<isCriticalSystemObject></isCriticalSystemObject>
<name></name>
<disabled></disabled>
</processInstanceState>
<context></context>
</ProcessInstance>
Retrieve a process instance
Details
URI
/processinstances/<process_instance_id>
Where <process_instance_id> is the process instance ID.
Method
GET
Parameters
None
Response Body ProcessInstance VO
Returns
200 - Ok
401 - Not authorized
404 - Not found
500 - Server exception
The following was sent to retrieve a process instance:
https://<host>:<port>/csa/rest/processinstances/90d9652b3752ad4f013752ae38cb0065
The following XML was sent in the response:
<ProcessInstance>>
<property>
<isCriticalSystemObject>false</isCriticalSystemObject>
<name>Unit Test Process Instance Property</name>
<paramRoleType>
<isCriticalSystemObject>false</isCriticalSystemObject>
<name>INPUT</name>
<disabled>false</disabled>
</paramRoleType>
<valueType>
<isCriticalSystemObject>false</isCriticalSystemObject>
<name>INPUT</name>
<disabled>false</disabled>
</valueType>
<values>
HP Cloud Service Automation (4.00)Page 113 of 141
APIReference
Contents