# camunda-demo **Repository Path**: peterchain/camunda-demo ## Basic Information - **Project Name**: camunda-demo - **Description**: camunda-demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-24 - **Last Updated**: 2023-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 表含义 ### 流程资源存储 - `act_re_case_def`: CMMN案例管理模型定义表 - `act_re_decision_def`: DMN决策模型定义表 - `act_re_decision_req_def`: 待确定 - `act_re_deployment`: 流程部署表 - `act_re_procdef`: BPMN流程模型定义表:流程定义表,包含所有已部署的流程定义,诸如版本详细信息、资源名称或挂起状态等信息。 ### 流程运行时 - `act_ru_authorization`: 流程运行时收取表 - `act_ru_batch`: 流程执行批处理表 - `act_ru_case_execution`: CMMN案例运行执行表 - `act_ru_case_sentry_part`: 待确定 - `act_ru_event_subscr`: 流程事件订阅表:流程事件订阅表,包含所有当前存在的事件订阅,包括预期事件的类型、名称和配置,以及有关相应流程实例和执行的信息。 - `act_ru_execution`: BPMN流程运行时记录表:BPMN流程运行时记录表。该表时整个流程引擎的核心表,它包括流程定义、父级执行、当前活动和有关执行状态的不同元数据等信息。 - `act_ru_ext_task`: 流程任务消息执行表 - `act_ru_filter`: 流程定义查询配置表 - `act_ru_identitylink`: 运行时流程人员表:运行时流程人员表,主要存储当前节点参与者的信息. - `act_ru_incident`: 运行时异常事件表 - `act_ru_job`: 流程运行时作业表 - `act_ru_jobdef`: 流程作业定义表 - `act_ru_meter_log`: 流程运行时度量日志表 - `act_ru_task`: 流程运行时任务表 - `act_ru_variable`: 流程运行时变量表 ### 组织用户信息 - `act_id_group`: 群组信息表 - `act_id_info`: 用户扩展信息表 - `act_id_membership`: 用户群组关系表 - `act_id_tenant`: 租户信息表 - `act_id_tenant_member`: 用户租户关系表 - `act_id_user`: 用户信息表 ### 流程历史记录 - `act_hi_actinst`: 历史的活动实例表:历史的活动实例表,记录流程流转过的所有节点。 - `act_hi_attachment`: 历史的流程附件表 - `act_hi_batch`: 历史的批处理记录表 - `act_hi_caseactinst`: 历史的CMMN活动实例表 - `act_hi_caseinst`: 历史的CMMN实例表 - `act_hi_comment`: 历史的流程审批意见表:历史流程审批意见表,存放历史流程的审批意见。 - `act_hi_dec_in`: 历史的DMN变量输入表 - `act_hi_dec_out`: 历史的DMN变量输出表 - `act_hi_decinst`: 历史的DMN实例表 - `act_hi_detail`: 历史的流程运行时变量详情记录表:历史的流程运行变量详情记录表。流程中产生的变量详细,包括控制流程流转的变量,业务表单中填写的流程需要用到的变量等。 - `act_hi_ext_task_log`: 历史的流程任务消息执行表 - `act_hi_identitylink`: 历史的流程运行过程中用户关系:历史的流程运行过程中用户表,主要存储历史节点参与者的信息。 - `act_hi_incident`: 历史的流程异常事件记录表 - `act_hi_job_log`: 历史的流程作业记录表 - `act_hi_op_log`: 待确定 - `act_hi_procinst`: 历史的流程实例 - `act_hi_taskinst`: 历史的任务实例:历史的任务实例表, 存放已经办理的任务。 - `act_hi_varinst`: 历史的流程变量记录表 ### 流程通用数据 - `act_ge_bytearray`: 流程引擎二进制数据表:存储通用的流程定义和流程资源,保存流程定义图片和xml、Serializable(序列化)的变量,即保存所有二进制数据。 - `act_ge_property`: 流程引擎属性配置表:流程引擎属性配置表。 - `act_ge_schema_log`: 数据库脚本执行日志表