##流程 1、部署流程定义 2、启动流程实例 3、查询流程实例 4、删除流程定义 ##数据库表说明 一.工作流部署—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