CSO_WORKFLOW_STEP

This table contains the properties related to a specific workflow step.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_WORKFLOW_STEP_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_CHANNEL_ID VARCHAR2 32 This has been deprecated from the schema.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
SORT_ORDER NUMBER The order in which the workflow step will be executed.
WORKFLOW_ID VARCHAR2 32 This is the GUID to the workflow definition for which this step belongs.
ALLOW_PROPERTIES_EDITING CHAR 1 Enable document properties to be edited when a author is on this workflow step.
ALLOW_DOCUMENT_EDITING CHAR 1 Enable document attributes to be edited when a author is on this workflow step.
DEFAULT_NOTIFI_QUEUE_TIME NUMBER Time to wait for step to be accepted or rejected prior to activating a delinquent workflow notification task
REPEAT_NOTIFI_INTERVAL NUMBER Time to wait after first delinquent notification before activating a second delinquent workflow notification task
REFERENCE_KEY VARCHAR2 100 Yes Locale independent name for the record. Translated localized versions of the reference key are stored in tables with names ending in RESOURCe.
ONLY_ASSIGNEE_CAN_APPROVE_FLAG VARCHAR2 1 This flag enforce that step can only be approved by step assignee.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_WORKFLOW_STEP cso_workflow WORKFLOW_ID
cso_role_workflow cso_workflow_step WORKFLOW_STEP_ID
cso_content_text cso_workflow_step WF_STEP_ID
cso_gsr_doc_detail cso_workflow_step WORKFLOW_STEP_ID
cso_workflow_reject_step cso_workflow_step REJECT_ID
cso_workflow_reject_step cso_workflow_step STEP_ID
cso_workflow_step_res cso_workflow_step WORKFLOW_STEP_ID
cso_workflow_condition cso_workflow_step WORKFLOW_STEP_ID

Indexes

Index Uniqueness Columns
CSO_WORKFLOW_STEP_U1 Unique RECORD_ID
CSO_WORKFLOW_STEP_N1 Non Unique CONTENT_CHANNEL_ID
CSO_WORKFLOW_STEP_N2 Non Unique WORKFLOW_ID