
Federated processes lists: Common process attributes
In most cases, the names that are used for an attribute differ in saved searches and query tables. To ensure that query results can be federated, common process attributes provide a mapping of the saved search name to the query table name.
When you create a query table for a federated environment,
use the common attribute name for a property instead of the column
name of the predefined database view. The following table shows how
the common attributes map to the corresponding saved search names
and query table names.
| Common attribute name | Name used in Process Portal saved searches | Name in the PROCESS_INSTANCE database view |
|---|---|---|
| PI_NAME | Instance Name | NAME |
| PT_PTID | N/A (bpdId) | PTID |
| PI_PIID | Instance ID | PIID |
| PI_STATE | Instance Status (mapped) | STATE |
| PT_DISPLAY_NAME | Process Definition | DISPLAY_NAME |
| PT_NAME | Process Definition | TEMPLATE_NAME |
| PI_DISPLAY_NAME | Instance Name | DESCRIPTION |
| PROCESS_APP_ACRONYM | Process App | PROCESS_APP_ACRONYM |
| SNAPSHOT_ID | N/A (instanceSnapshotId) | SNAPSHOT_ID |
| SNAPSHOT_NAME | Snapshot | SNAPSHOT_NAME |