
Database Schema Reference
Table
Name | Index Null? | Type | Description |
|
|
|
|
ACTNAME |
| VARCHAR2(64) | The name of the activity in the process |
|
|
| definition. |
ABORTRACTION |
| NUMBER(38) | Abort routing information. Internal use |
|
|
| only. |
WUSER |
| VARCHAR2(64) | The “LinkedUser” information passed |
|
|
| into this activity by its activity link. If |
|
|
| there is no activity link, value is |
|
|
| “<NO_LINKED_USER>” |
OTHERINFO |
| VARCHAR2(64) | The “OtherInfo” information passed into |
|
|
| this activity by its activity link. If there is |
|
|
| no activity link, value is |
|
|
| “<NO_OTHERINFO>” |
CURASSIGNRULE |
| VARCHAR2(64) | This column is used internally by the |
|
|
| engine to track dynamic assignment |
|
|
| rules during a ConsultActivity or |
|
|
| DelegateActivity method call from a |
|
|
| client application. |
NEXTASSIGNID |
| NUMBER(38) | This column is used internally by the |
|
|
| engine to track dynamic assignment |
|
|
| rules during a ConsultActivity or |
|
|
| DelegateActivity method call from a |
|
|
| client application. |
FIFOORDER |
| NUMBER(38) | For a queued activity with the queue |
|
|
| prioritized by ‘First In First Out’ (the |
|
|
| default), a |
|
|
| value for placement of this activity in the |
|
|
| queue. |
SUSPENDACTION |
| NUMBER(38) | Actions to take when the activity is |
|
|
| suspended: |
|
|
| 700 – WFActivity.RETAIN |
|
|
| 701 – WFActivity.REMOVE |
MARKER | NOT | NUMBER(38) | Internal use only. |
| NULL |
|
|
PRIORITY | NOT | NUMBER(38) | Internal use only. |
| NULL |
|
|
READYCOUNT | NOT | NUMBER(38) | Internal use only. |
| NULL |
|
|
|
|
|
|