FUN_DOCIO_FLOW_EXECUTIONS
This table contains diagnostics and telemetry data for flow executions, providing real-time monitoring that captures essential metrics and statuses for flow instances.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
FUN_DOCIO_FLOW_EXECS_PK |
FLOW_EXECUTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FLOW_EXECUTION_ID | NUMBER | 18 | Yes | Identifies the input and output flow execution for the document's input and output flow instance. | |
| FLOW_CODE | VARCHAR2 | 240 | Yes | Indicates the code of the input and output flow of the document instance. | |
| INPUT_PAYLOAD_JSON | VARCHAR2 | 4000 | Input payload for the Document IO flow instance. | ||
| SUBMITTER | VARCHAR2 | 100 | Yes | Submitter for the Document IO flow instance. | |
| OUTPUT_DOCUMENT_TYPE_LIST | VARCHAR2 | 100 | Output document types for the Document IO flow instance. | ||
| PRIMARY_PROCESS_TYPE_CODE | VARCHAR2 | 30 | Yes | Identifies primary process type for the Document IO flow instance.Valid values are from the lookup type ORA_FUN_DOCIO_FLOW_STEP_TYPES. | |
| PRIMARY_PROCESS_ID | NUMBER | 18 | Indentifies the primary process ID for the Document IO flow instance. | ||
| INCOMING_DOCUMENT_ID | NUMBER | 18 | Indentifies the incoming document ID for the Document IO flow instance. | ||
| START_TIME | TIMESTAMP | Yes | Indicates start date and time of the Document IO flow instance. | ||
| END_TIME | TIMESTAMP | Indicates end date and time of the Document IO flow instance. | |||
| EXECUTION_CUT_OFF_TIME | NUMBER | 18 | Indicates the cutoff time to execute the input and output flow of the document instance, measured in seconds. | ||
| OUTPUT_DOCUMENT_PATH | VARCHAR2 | 2000 | Output document path for the Document IO flow instance. | ||
| NOTIFICATION_TYPE_CODE | VARCHAR2 | 30 | Identifies notification type for the Document IO flow instance.Valid values are from the lookup type ORA_FUN_DOCIO_NOTIFICATIONS. | ||
| NOTIFICATION_DETAILS | VARCHAR2 | 1000 | Notification details for the Document IO flow instance. | ||
| STATUS_CODE | VARCHAR2 | 30 | Yes | Identifies status for the Document IO flow instance.Valid values are from the lookup type ORA_FUN_DOCIO_FLOW_STATUSES. | |
| 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_FLOW_EXECS_N1 | Non Unique | Default | CREATION_DATE |
| FUN_DOCIO_FLOW_EXECS_U1 | Unique | Default | FLOW_EXECUTION_ID |