Database Schema Reference
Table B-10 WFHLocks (Continued)
Name | Index Null? | Type | Description | |
|
|
|
| |
LOCKTYPE |
| NUMBER(38) | Type of access to the process attribute: | |
|
|
| 1 | – WFAttributeAccessor.READ |
|
|
| 2 | – WFAttributeAccessor.READQ |
|
|
| 3 | – WFAttributeAccessor.WRITE |
|
|
| 4 | – WFAttributeAccessor.WRITEQ |
|
|
| 5 | – WFAttributeAccessor.NO_LOCK |
ACCESSORID | ✔ | NUMBER(38) | Unique identifier for the attribute | |
|
|
| accessor instance within the process |
instance.
Table
Name | Index Null? | Type | Description | |
|
|
|
| |
PROCESSID | NOT | NUMBER(38) | Unique identifier for the process instance | |
| NULL |
| in which this process attribute occurs. | |
ATTNAME |
| VARCHAR2(64) | Name of the process attribute. | |
ATTTYPE |
| NUMBER(38) | Type of the attribute: | |
|
|
| 1 | – IntegerData |
|
|
| 2 | – TextData |
|
|
| 3 | – BooleanData |
|
|
| 4 | – DateTimeData |
|
|
| 5 | – DoubleData |
|
|
| 6 | – IntervalData |
|
|
| 7 | – DecimalData |
|
|
| 8– XMLData | |
ATTSEGMENTID | ✔ | NUMBER(38) | Internal use only. | |
ATTSEGLENGTH |
| NUMBER(38) | Internal use only. | |
ATTVALUE |
| VARCHAR2(255) | The value of the attribute, in readable | |
|
|
| character form. | |
|
|
|
|
|