PowerCenter
- PowerCenter 10.5
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
WORKFLOW_ID*
| NUMBER
| Workflow ID (primary key).
|
INSTANCE_ID*
| NUMBER
| Instance ID (primary key).
|
TASK_ID*
| NUMBER
| Task ID.
|
TASK_TYPE
| NUMBER
| Task type.
|
TASK_TYPE_NAME
| VARCHAR2 (240)
| Name of the object.
|
INSTANCE_NAME
| VARCHAR2 (240)
| Name of the instance.
|
IS_ENABLED
| NUMBER
| Specifies whether the task instance is enabled.
|
DESCRIPTION
| VARCHAR2 (2000)
| Description of the task.
|
IS_VALID
| NUMBER
| Specifies whether the task is valid. 0 = invalid;
1 = valid.
|
VERSION_NUMBER*
| NUMBER
| Workflow version number.
|
SERVER_ID*
| NUMBER
| Server ID associated with the workflow.
|
*Indicates that the column is a key column.
|