FUN_DOCIO_STEP_EXECUTIONS
This table contains individual step execution details of a given flow.It provides real-time monitoring that captures essential metrics and statuses for each flow step instances.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FUN_DOCIO_STEP_EXECS_PK |
FLOW_STEP_EXECUTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FLOW_STEP_EXECUTION_ID | NUMBER | 18 | Yes | Identifies the Document IO flow step execution. This is an unique id for the Document IO flow step instance. | |
FLOW_EXECUTION_ID | NUMBER | 18 | Yes | Identifies the flow execution for the input and output of the document flow step instance. | |
STEP_CODE | VARCHAR2 | 512 | Yes | Flow step code for the Document IO flow step instance. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Identifies status code. Valid values are from the lookup type ORA_FUN_DOCIO_STEP_STATUSES. | |
RETRY_COUNT | NUMBER | 8 | Yes | Retry count for the Document IO flow step instance. | |
NEXT_RETRY_TIME | TIMESTAMP | Indicates start date and time of the Document IO flow step instance. | |||
START_TIME | TIMESTAMP | Yes | Indicates start date and time of the Document IO flow step instance. | ||
END_TIME | TIMESTAMP | Indicates end date and time of the Document IO flow step instance. | |||
STEP_SUMMARY_JSON | VARCHAR2 | 4000 | Step summary for the Document IO flow step instance. | ||
STEP_PROCESS_TYPE_CODE | VARCHAR2 | 240 | Identifies step process type for the Document IO flow step instance.Valid values are from the lookup type ORA_FUN_DOCIO_FLOW_STEP_TYPES. | ||
STEP_PROCESS_ID_LIST | VARCHAR2 | 1000 | Step process IDs for the Document IO flow step instance. | ||
DOCUMENT_TYPE_CODE | VARCHAR2 | 30 | Identifies document type code. Valid values are from the lookup type ORA_FUN_DOCIO_DOC_TYPES. | ||
DOCUMENT_ID | NUMBER | 18 | Identifies the document associated with the execution step. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FUN_DOCIO_STEP_EXECS_N1 | Non Unique | Default | CREATION_DATE |
FUN_DOCIO_STEP_EXECS_N2 | Non Unique | Default | STATUS_CODE |
FUN_DOCIO_STEP_EXECS_U1 | Unique | Default | FLOW_STEP_EXECUTION_ID |