REST API - listSetofProcessInstanceAttributes
The table summarizes the REST API - listSetofProcessInstanceAttributes.
Request
Response
JSON | Returns a JSON representation of the content of the instanceAttributes element. |
XML | Returns the content of the instanceAttributes element (from the ProcessManagement schema). |
Example
Request | GET <baseurl>/process/listset/instanceattributes?attributetype=HALT_ONLY&module=%2FHelpDesk%2FProcess%20Packages%2FHelpDesk.xpdl&process=InternalHelpDeskA&version=1.0.0.201302051037 |
Response | { "xml-fragment": { "instanceAttribute": [ { "name": "INSTANCE.ACTIVITY_FAULT_DATA", "type": "string", "processQName": { "moduleName": "", "processName": "", "version": "" }, "viewtype": 1234 }, { "name": "INSTANCE.FAILED_ACTIVITY_NAME", "type": "string", "processQName": { "moduleName": "", "processName": "", "version": "" }, "viewtype": 1234 }, { "name": "INSTANCE.ACTIVITY_FAULT_NAME", "type": "string", "processQName": { "moduleName": "", "processName": "", "version": "" }, "viewtype": 1234 } ] } } |
Copyright © Cloud Software Group, Inc. All rights reserved.