@edp-bpm/bpmn-common-model v0.0.8
BpmnCommonModel
这是基于@edp-pmf/bpmn-model扩展的模型库,旨在建立业务流、工作流的公共模型库。
This library was generated with Angular CLI version 7.2.0.
版本更新日志
0.0.8
- 新增拆分活动和合并活动
0.0.7
- 修复参与者clone问题
0.0.6
- 支持变量参与者
0.0.5
节点支持复制NameLanguage属性
0.0.4
新增流程摘要,流程摘要支持多语
0.0.3
ActualParameter新增参数名称和是否必填属性。 修复人工操作clone方法未复制参与者问题,所有活动copy时不修改Name。 数据源新增名称相关属性。
0.0.2
初始化版本,提供基础公共模型。
Code scaffolding
Run ng generate component component-name --project bpmn-common-model to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project bpmn-common-model.
Note: Don't forget to add
--project bpmn-common-modelor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build bpmn-common-model to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build bpmn-common-model, go to the dist folder cd dist/bpmn-common-model and run npm publish.
Running unit tests
Run ng test bpmn-common-model to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.