flowable table shows

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: HTTPS: //blog.csdn.net/huangjun0210/article/details/84951615
Flowable database table shows
1. Flowable database table naming
2. database table structure (Table 34)
1. Flowable database table naming
ACT_RE_ *
'RE' represents Repository (storage). Table RepositoryService interface operations. Table with this prefix contains the static information, such as process definition, process resources (images, rules, etc.).
* ACT_RU_
'RU' represent runtime. This table is stored in the process variables at runtime, runtime data user tasks, variables, functions (job) and so on. flowable only store data during runtime execution instance, when the end of the process instance, to delete these records. This ensures that the table is small and fast runtime of these.
* ACT_ID_
'ID' represents identity (organization). These tables contain information identifying, such as users, groups, and the like.
* ACT_HI_
'HI' represents history. These tables that contain historical data, such as the end of the process instances, variables, tasks, and so on.
ACT_GE_ *
ordinary data, data that conditions are used.
2. The structure of the database table (Table 34)
table catalog name table shows
the process flow of the resource definitions and general data (2) ACT_GE_BYTEARRAY common
RELATED properties ACT_GE_PROPERTY
flow history (8) ACT_HI_ACTINST historical process instance
flow attachment ACT_HI_ATTACHMENT history
descriptive information ACT_HI_COMMENT history
information of details of the process execution history in ACT_HI_DETAIL
during process execution history of the user relationship ACT_HI_IDENTITYLINK
ACT_HI_PROCINST historical process instance
ACT_HI_TASKINST task instance historical
processes running ACT_HI_VARINST history of variable information
users in the group table (9) ACT_ID_BYTEARRAY binary data table
ACT_ID_GROUP user group information table
ACT_ID_INFO user information. details
ACT_ID_MEMBERSHIP people and set of relational tables
ACT_ID_PRIV permission table
ACT_ID_PRIV_MAPPING user or group permissions table
ACT_ID_PROPERTY attribute table
ACT_ID_TOKEN system log log table
ACT_ID_USER user table
flow definition table (3) ACT_RE_DEPLOYMENT deployment cell information
ACT_RE_MODEL model information
Process definition ACT_RE_PROCDEF deployed
running instance of the table (10) ACT_RU_DEADLETTER_JOB running tasks table
ACT_RU_EVENT_SUBSCR run when the event
process execution instance is running ACT_RU_EXECUTION when
ACT_RU_HISTORY_JOB history job table
user relationship information run ACT_RU_IDENTITYLINK time
job table ACT_RU_JOB runs
ACT_RU_SUSPENDED_JOB suspend work table
when ACT_RU_TASK run task list
ACT_RU_TIMER_JOB regular job table
variable table when running ACT_RU_VARIABLE
other tables (2) ACT_EVT_LOG event log table
ACT_PROCDEF_INFO process definition information

----------------
Disclaimer: This article is the original article CSDN bloggers "Happy Toshiko", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source and this link statement.
Original link: https: //blog.csdn.net/huangjun0210/article/details/84951615

Published 50 original articles · won praise 2 · Views 9420

Guess you like

Origin blog.csdn.net/qq_35653822/article/details/100997512