ZCA_ORCH_RT_STEP_TRANS

Contains the list of intra step transitions in a given Orchestration stage and their run time status in the transactional object's context.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_ORCH_RT_STEP_TRANS_PK

STEP_TRANSITION_ID

Columns

Name Datatype Length Precision Not-null Comments
STEP_TRANSITION_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Orchestration step transition object.
STEP_TYPE VARCHAR2 30 Yes Type of the step to which the step transitions correspond to.
STEP_TRANSITION_NUMBER VARCHAR2 64 Yes Public unique identifier or alternate key of the Orchestration step transition object.
ORCHESTRATION_STAGE_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Orchestration stages object.
ORCHESTRATION_STEP_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Orchestration steps object.
ORCHESTRATION_STEP_TASKS_ID NUMBER 18 Unique identifier (Primary Key) of the Orchestration step tasks object.
ORCHESTRATION_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Orchestrations object.
TRANSITION_STATUS VARCHAR2 30 Yes Status of the Orchestration step transition. Possible values are NOTSTARTED, INPROGRESS, WAITING, SKIPPED, COMPLETED,etc.
TRANSITION_START_DATE TIMESTAMP Date and timestamp when the step transition started.
TRANSITION_END_DATE TIMESTAMP Date and timestamp when the step transition ended.
TRANSITION_DUE_DATE TIMESTAMP Date and timestamp when the step transition is due.
ACTIVITY_ID NUMBER 18 Unique identifier of the activity id.
ORCHESTRATION_ASSOC_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Orchestration association.
INBOUND_CONV_MSG_ID NUMBER 18 Unique identifier of the inbound conversation messsage id.
OUTBOUND_CONV_MSG_ID NUMBER 18 Unique identifier of the outbound conversation messsage id.
INTERACTION_ID NUMBER 18 Unique identifier of the interaction id.
CONVERSATION_ID NUMBER 18 Unique identifier of the conversation id.
WRAP_UP_ID NUMBER 18 Unique identifier of the wrap up id.
EMAIL_TYPE VARCHAR2 30 Type of the email to which the step transition is associated with.
COMMENTS VARCHAR2 2000 Specifies the brief comments needed for runtime step transition row.
SUCCESSCRITERIA_EVAL_FLAG VARCHAR2 1 Specifies the step's success criteria evaluation result.
REFRESH_PAGE_FLAG VARCHAR2 1 Specifies whether or not to refresh the whole page before surfacing the current Step in the runtime UI.
CURRENT_STEP_TRANS_FLAG VARCHAR2 1 Flag to indicate whether it is the current INPROGRESS Step transition or the most recently updated step transition row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).

Indexes

Index Uniqueness Tablespace Columns
ZCA_ORCH_RT_STEP_TRANS_PK Unique Default STEP_TRANSITION_ID
ZCA_ORCH_RT_STEP_TRANS_N1 Non Unique Default ORCHESTRATION_ID, ORCHESTRATION_STAGE_ID, ORCHESTRATION_STEP_ID
ZCA_ORCH_RT_STEP_TRANS_N2 Non Unique Default ORCHESTRATION_ASSOC_ID
ZCA_ORCH_RT_STEP_TRANS_N3 Non Unique Default ACTIVITY_ID, ORCHESTRATION_STEP_ID, ORCHESTRATION_ID
ZCA_ORCH_RT_STEP_TRANS_U1 Unique Default STEP_TRANSITION_NUMBER