# bpmnjs **Repository Path**: zhangpu1211/bpmnjs ## Basic Information - **Project Name**: bpmnjs - **Description**: bpmn-js-examples-8.6.0与activiti整合,解决了版本冲突问题,并且完成汉化 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2022-05-03 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## bpmn.js与activiti整合 - bpmn.js 8.6.0 https://github.com/bpmn-io/bpmn-js-examples/tree/v8.6.0 正常使用v8.x版本会报错bo.get is not a function,官方issue给出了解决方案`"bpmn-js-properties-panel": "^0.44.1",`,即升级bpmn-js-properties-panel的版本。 已经完成汉化 ![](https://myimgupload.oss-cn-beijing.aliyuncs.com/20220503171204.png) - 项目运行 `npm install ` `npm run start`