
PROCESS_ATTRIBUTE view
Use this predefined Business Process Choreographer database view for queries on custom properties for processes.
| Column name | Type | Comments |
|---|---|---|
| PIID | ID | The ID of the process instance that has a custom property. |
| NAME | String | The name of the custom property. |
| VALUE | String | The value of the custom property. |
| DATA_TYPE | String | The class type for non-string custom properties. |