zoukankan      html  css  js  c++  java
  • Activt工作流数据库对应表的作用

    1.资源库流程规则表

    1)       act_re_deployment 部署信息表

    2)       act_re_model                流程设计模型部署表

    3)       act_re_procdef               流程定义数据表

    2.运行时数据库表

    1)       act_ru_execution             运行时流程执行实例表

    2)       act_ru_identitylink          运行时流程人员表,主要存储任务节点与参与者的相关信息

    3)       act_ru_task                    运行时任务节点表

    4)       act_ru_variable        运行时流程变量数据表

    3.历史数据库表

    1)       act_hi_actinst         历史节点表

    2)       act_hi_attachment           历史附件表

    3)       act_hi_comment             历史意见表

    4)       act_hi_identitylink          历史流程人员表

    5)       act_hi_detail                  历史详情表,提供历史变量的查询

    6)       act_hi_procinst        历史流程实例表

    7)       act_hi_taskinst        历史任务实例表

    8)       act_hi_varinst                历史变量表

    4.组织机构表

    1)      act_id_group              用户组信息表

    2)      act_id_info                 用户扩展信息表

    3)      act_id_membership   用户与用户组对应信息表

    4)      act_id_user                用户信息表

    这四张表很常见,基本的组织机构管理,关于用户认证方面建议还是自己开发一套,组件自带的功能太简单,使用中有很多需求难以满足

    5.通用数据表

    1)      act_ge_bytearray              二进制数据表

    2)      act_ge_property               属性数据表存储整个流程引擎级别的数据,初始化表结构时,会默认插入三条记录,

  • 相关阅读:
    数据库中的索引结构是什么?
    什么情况下适合建立索引?
    python requests https 访问出错
    Centos下 自动化配置SSH免密码登陆
    expect 批量增加用户及配置密码
    Shell 处理文件名中包含空格的文件
    Linux sort 命令
    ictclas bug修复
    [转]hadoop2.x常用端口
    在服务器上运行Jar包
  • 原文地址:https://www.cnblogs.com/lonecloud/p/5797023.html
Copyright © 2011-2022 走看看