flowable实战(七)flowable核心数据库表清单

.工作流部署—RepositoryService

1.流程定义数据表:act_re_procdef

2.流程设计模型部署:act_re_model

3.部署信息表:act_re_deployment

.工作流运行表—RuntimeService

1.运行时流程人员表:act_ru_identitylink

2.Event时间监听信息表:act_ru_event_subscr

3.运行时流程执行实例表:act_ru_execution

4.运行时定时任务数据表:act_ru_job

5.运行时任务节点表:act_ru_task

6.运行时流程变量数据表:act_ru_variable

.工作流历史表 — HistoryService

1.历史节点表:act_hi_actinst 记录流程流转过的所有节点

2.历史任务实例表:act_hi_taskinst 只记录usertask内容

3.历史附件表:act_hi_attachment

4.历史意见表:act_hi_comment

5.历史详情表:act_hi_detail 流程中产生的变量详情

5.历史变量表:act_hi_varinst

.工作流组织机构表 — IdentityService

1.用户信息表:act_id_user

2.用户扩展信息表:act_id_info

3.用户组信息表:act_id_group

4.用户与用户组对应信息表:act_id_membership

.全局属性表

1.二进制数据表:act_ge_bytearray

2.全局属性:act_ge_property

 

上一篇:STL学习笔记(三)


下一篇:网站搭建流程