SYNCH_POINT table
The SYNCH_POINT
table store data used
for internal state tracking of workflows and joins that need to be
synchronized. Do not modify this table outside of the IBM Verify Identity Governance workflow
engine.
Column Name | Description | Data type |
---|---|---|
PROCESS_ID * |
Process ID this sync point is associated with. Primary key. | Numeric |
DEFINITION_ID * |
The activity definition ID this sync point is associated with. Primary key. | Character (100) |
ACTIVITY_INDEX * |
The activity index this sync point is associated with. Primary key. | Numeric |
WAIT_LOCK * |
The wait lock this sync point is associated with. Primary key. | Numeric |
JOIN_ENABLED * |
Indicates whether this sync point was activated by at least one positive path through the associated workflow. | Boolean |
* Indicates the column is required and not null.