天天看點

【Activiti】activiti 5.22版本資料庫表結構說明

日志表:

1) act_evt_log         表示EVENT,目前隻有一張表ACT_EVT_LOG,存儲事件處理日志,友善管理者跟蹤處理。

通用資料表

2)  act_ge_bytearray    二進制資料表  png  bpmn 存在這個表

3) act_ge_property     屬性資料表存儲整個流程引擎級别的資料,初始化表結構時,會預設插入三條記錄

曆史資料庫表

4) act_hi_actinst        曆史節點表

5) act_hi_attachment     曆史附件表

6) act_hi_comment        曆史意見表

7) act_hi_detail         曆史詳情表,提供曆史變量的查詢

8) act_hi_identitylink 曆史流程人員表

9) act_hi_procinst        曆史流程執行個體表

10)act_hi_taskinst     曆史任務執行個體表

11)act_hi_varinst        曆史變量表

組織機構表

12)act_id_group        使用者組資訊表

13)act_id_info         使用者擴充資訊表

14)act_id_membership   使用者與使用者組對應資訊表

15)act_id_user            使用者資訊表

資源庫流程規則表

16)act_procdef_info    流程定義資訊

17)act_re_deployment   部署資訊表

18)act_re_model        流程設計模型部署表

19)act_re_procdef        流程定義資料表  

運作時資料庫表

20)act_ru_event_subscr 監聽表

21)act_ru_execution    運作時流程執行執行個體表

22)act_ru_identitylink 運作時流程人員表,主要存儲任務節點與參與者的相關資訊

23)act_ru_job            運作時定時任務資料表

24)act_ru_task            運作時任務節點表

25)act_ru_variable        運作時流程變量資料表

--------------------- 

文章來源:https://blog.csdn.net/Jack_EUSong/article/details/79411053