KWFL_WORKFLOW_PARAMETERS
This table stores the definitions for workflow parameters. A workflow may contain 0 or more workflow parameters. Instances of the parameters are stored in the KWFL_WORKFLOW_INSTANCE_PARMS table.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KWFL_VERIFICATION_TEMP |
WORKFLOW_ID |
WORKFLOW_ID |
KNTA_VALIDATIONS_NLS |
VALIDATION_ID |
VALIDATION_ID |
KNTA_VALIDATION_PROFILES_NLS |
VALIDATION_ID |
VALIDATION_ID |
KWFL_WORKFLOWS_NLS |
WORKFLOW_ID |
WORKFLOW_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
WORKFLOW_PARAMETER_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
WORKFLOW_ID |
NOT NULL |
NUMBER |
ID of the containing workflow |
PROMPT_NAME |
NOT NULL |
VARCHAR2(30) |
Descriptive name as shown in the GUI |
TOKEN_NAME |
NOT NULL |
VARCHAR2(30) |
Name of the token in all-upper-case and not including the brackets. |
DESCRIPTION |
NULLABLE |
VARCHAR2(240) |
Description of the parameter |
VALIDATION_ID |
NOT NULL |
NUMBER |
Currently not used |
DEFAULT_VALUE |
NULLABLE |
VARCHAR2(200) |
Default value |
VISIBLE_DEFAULT_VALUE |
NULLABLE |
VARCHAR2(200) |
Same as DEFAULT_VALUE |
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Definition Language |
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
Reference Code |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KWFL_WORKFLOW_PARAMETERS_N1 |
NONUNIQUE |
1 |
WORKFLOW_ID |
KWFL_WORKFLOW_PARAMETERS_U1 |
UNIQUE |
1 |
WORKFLOW_PARAMETER_ID |
SYS_C005199954 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
This table uses no sequences.