CSO_KM_WF_SNAPSHOTS

This table contains the knowledge management workflow data of a content record.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_KM_WF_SNAPSHOTS_PK

KM_WORKFLOW_SNAPSHOT_ID

Columns

Name Datatype Length Precision Not-null Comments
KM_WORKFLOW_SNAPSHOT_ID NUMBER 18 Yes Primary key of the table. Populated by sequence number.
CONTENT_TEXT_ID VARCHAR2 32 This is the Reference to content text table record.
TASK_ACTED_BY_PARTY_ID NUMBER 18 This is the ID of the user who completed the workflow task.
TASK_ASSIGNEE_PARTY_ID NUMBER 18 This is the ID of the user who is assigned to the workflow task.
DESC_LOOKUP_CODE_ID VARCHAR2 32 This is the type of comment or user action that caused the history record to be recorded, i.e. APPROVED, REJECTED. Reference to LOOKUP_CODE table.
WORKFLOW_INSTANCE_ID VARCHAR2 32 This is the unique id for workflow instance.
WORKFLOW_STEP_ID VARCHAR2 32 This is the GUID reference to workflow step that caused the change.
START_DATE TIMESTAMP The task creation date and time.
END_DATE TIMESTAMP This is the task end date and time.
DUE_DATE TIMESTAMP This is the task due date and time.
CURRENT_STEP_FLAG VARCHAR2 1 Flag which helps to identify the latest state of an article in workflow.
COMPLETED_FLAG VARCHAR2 1 Flag which helps to track the completed instances of workflow.
CONTENT_HISTORY_ID VARCHAR2 32 Yes This is the GUID reference to the content history table.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
COMMENTS VARCHAR2 2000 This is the user provided comment about the change recorded.
REJECTIONS_RECEIVED NUMBER 18 Count of rejections received by the workflow initiator.
EXTERNAL_TASK_IDENTIFIER VARCHAR2 64 This is the unique id for external task reference associated with this record.
ANSWER_ID NUMBER This is the answerid for the referenced article.
NEED_ATTENTION_FLAG VARCHAR2 1 Flag which helps to identify the articles which need attention.

Indexes

Index Uniqueness Tablespace Columns
CSO_KM_WF_SNAPSHOTS_N1 Non Unique Default DESC_LOOKUP_CODE_ID, CONTENT_TEXT_ID
CSO_KM_WF_SNAPSHOTS_N2 Non Unique Default CURRENT_STEP_FLAG
CSO_KM_WF_SNAPSHOTS_N3 Non Unique Default ANSWER_ID
CSO_KM_WF_SNAPSHOTS_N4 Non Unique Default NEED_ATTENTION_FLAG
CSO_KM_WF_SNAPSHOTS_PK Unique Default KM_WORKFLOW_SNAPSHOT_ID
CSO_KM_WF_SNAPSHOTS_U1 Unique Default CONTENT_HISTORY_ID