Data Dictionary
>
FPSADMIN Tables
> FPSADMIN.FR_W_WORKFLOW_STORAGE
Table FPSADMIN.FR_W_WORKFLOW_STORAGE"
LogicNets stores persistent workflow data as a single CLOB in this table. All tasks from the same workflow share the same data container, so you can pass this data between tasks in the same workflow.
-
Schema: FPSADMIN
-
Tablespace: FPSDATA
-
Primary key: ID
-
Foreign keys: FR_W_WORKFLOW_STORAGE_FK_WF_ID: WORKFLOW_ID REFERENCES FPSAPP.FR_W_WORKFLOW (ID)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
ID |
NUMBER(16) |
N |
|
|
DATA |
CLOB |
||
|
TYPE |
VARCHAR2(50) |
||
|
WORKFLOW |
VARCHAR2(100) |