1.效果图
2.接口开发
2.1.实现ItaskExecutorCalc接口
方法名 | 返回值 | 描述 |
---|---|---|
getType | ExecutorType | 此方法返回接口类型对象,type:类型(唯一),name:类型名称,order:选项正序排序 |
getExecutors | Collection<TaskExecutor> | 此方法去计算人员,返回数组来获取。UserConfig:配置对象,map:流程变量 |
2.2.编写META-INF/services文件
3.前端开发
3.1.组件安装
JS全路径:jpaas_bpm_designer\src\components\bpmn\customModle\userConfig\js\calConfig.js
3.2.组件编写
组件参数:
参数名 | 描述 |
---|---|
value | 策略配置内容 |
processAttr | 全局节点配置 |
nodeAttr | 当前节点配置 |
nodeProps | 所有节点配置 |
this.$emit('update:value', this.value);
此方法将刷新策略配置的内容,需要执行
文档更新时间: 2022-01-20 14:54 作者:zyg