Query Parameter Attributes
All attributes can be used for both filtering and sorting.
Attribute Name | Description | Type |
---|---|---|
MODULE.NAME | Module name | Text |
INSTANCE.NAME | Process instance name | Text |
INSTANCE.ID | Process instance identifier | Text |
INSTANCE.ORIGINATOR_NAME | Originator of the process instance | Text |
INSTANCE.PARENT_PROCESS_ID | ID of the parent process | Text |
INSTANCE.VERSION | Process instance version | Text |
INSTANCE.PRIORITY | Process instance priority | Numeric (short) |
INSTANCE.STATUS | Process instance state/status | Text |
INSTANCE.START_DATE | Process instance start date | Date/Time |
INSTANCE.COMPLETION_DATE | Process instance completion date | Date/Time |
INSTANCE.WAITING_WORK_COUNT | Process instance waiting work count | Numeric (integer) |
INSTANCE.FAILED_ACTIVITY_NAME | Name of the failed activity that resulted in a halted process instance | Text |
INSTANCE.ACTIVITY_FAULT_DATA | Activity default data | Text |
INSTANCE.ACTIVITY_FAULT_NAME | Name of activity fault | Text |
globalDataRef1 | Global data reference | Text |
User-defined attribute name | Process instance custom attribute | Text, Numeric, Date-Time, Boolean |
1 Only applicable for processes that contain global data.
Copyright © Cloud Software Group, Inc. All rights reserved.