CSO_WORKFLOW

This table contains the workflow properties.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_WORKFLOW_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
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.
OWNER_SITE_ID VARCHAR2 32 Yes This is the GUID for the repository for which the workflow belongs.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
DO_NOT_PUBLISH CHAR 1 A flag indicating if after completing the workflow the content record should not be published.
REFERENCE_KEY VARCHAR2 100 Yes Locale independent name for the record. Translated localized versions of the reference key are stored in property files and in table with names ending in RESOURCe.
ENABLED_FLAG VARCHAR2 1 This flag indicates that the workflow is enabled.
WF_VERSION NUMBER This field indicates the version of this workflow.
DELETED_FLAG VARCHAR2 1 This field indicates if workflow is deleted.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_WORKFLOW cso_site OWNER_SITE_ID
cso_workflow_step cso_workflow WORKFLOW_ID
cso_workflow_res cso_workflow WORKFLOW_ID
cso_channel cso_workflow WORKFLOW_ID

Indexes

Index Uniqueness Columns
CSO_WORKFLOW_U1 Unique RECORD_ID
CSO_WORKFLOW_N1 Non Unique OWNER_SITE_ID