PSC_TS_PROCESS_DTMIG_ACTIVITY
This table tracks the design-time workflow migration activities for Process Definitions and DMN decision models associated with PSCR record types
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_PROCESS_DTMIG_ACT_PK |
MIG_ACTIVITY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MIG_ACTIVITY_ID | NUMBER | 18 | Yes | Auto-generated value. | |
| RECORD_TYPE_ID | VARCHAR2 | 100 | Yes | Identifies a unique PSCR record id that is associated with the workflow configuration. | |
| CLASSIFICATION | VARCHAR2 | 10 | PSCR Record Classification. | ||
| SUB_CLASSIFICATION | VARCHAR2 | 100 | PSCR Record Sub Classification. | ||
| WF_APP_NAME | VARCHAR2 | 500 | Yes | Workflow Process Definition Name or Decision Model Name. | |
| WF_APP_VERSION | VARCHAR2 | 50 | Yes | Workflow Process Definition Version or Decision Model Version. | |
| WF_APP_KEY | VARCHAR2 | 1000 | Workflow Process Definition Key. | ||
| WORKFLOW_TYPE | VARCHAR2 | 100 | Yes | Workflow Type. | |
| PRE_MIG_WF_CONFIG | CLOB | Workflow Configuration associated with PSCR Record Type before migration. | |||
| POST_MIG_WF_CONFIG | CLOB | Workflow Configuration associated with PSCR Record Type after migration. | |||
| MIG_FROM_GEN_VERSION | VARCHAR2 | 10 | OPA Generation version migrated from. | ||
| MIG_TO_GEN_VERSION | VARCHAR2 | 10 | OPA Generation version migrated to. | ||
| MIGRATION_STATUS | VARCHAR2 | 30 | Indicates if the Workflow migration was successful or not. | ||
| WF_CONFIG_PUBLISHED_FLAG | VARCHAR2 | 1 | Indicates if the PSCR Record got updated with Migrated Workflow Configuration or not. | ||
| RESPONSE_HTTP_CODE | NUMBER | 3 | HTTP status code returned by the OPA migration REST API call. | ||
| REST_RESPONSE | CLOB | REST response returned by the OPA migration REST API. | |||
| 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. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_TS_PROCESS_DTMIG_ACT_PK | Unique | Default | MIG_ACTIVITY_ID |