UNPKG

relu-bpmn

Version:

RELU快速开发平台bpmn组件

27 lines (26 loc) 783 B
import { reluConfigBpmnContextPad } from '../../contextPad'; import { bpmnEnd, typeEnd } from '../../variableName'; const { del } = reluConfigBpmnContextPad; const reluEndConfig = { name: typeEnd, shapeType: bpmnEnd, palette: { name: 'create.relu-task', group: 'model', className: 'icon-relu-create icon-relu-task', title: '创建一个类型为relu-task的任务节点', }, renderer: { icon: 'icon-ym icon-ym-flow-node-end', iconColor: '#8B8BA0', titleColor: '#EDF3F8', attr: { x: 0, y: 0, width: 90, rx: 16, height: 32 }, rendererName: '流程结束', }, contextPad: { default: false, customization: { del }, }, properties: {}, }; export { reluEndConfig };