UNPKG

relu-bpmn

Version:

RELU快速开发平台bpmn组件

36 lines (35 loc) 1.03 kB
import { reluConfigBpmnContextPad } from '../../../contextPad'; import { bpmnExclusive } from '../../../variableName'; const { approver } = reluConfigBpmnContextPad; const reluExclusiveConfig = { name: bpmnExclusive, shapeType: bpmnExclusive, element: { label: 'Timer', actionName: 'replace-with-timer', className: 'bpmn-icon-timer', target: { type: bpmnExclusive, }, }, palette: { name: 'create.yinmai-timer', group: 'model', className: 'icon-yinmai-create icon-yinmai-timer', }, renderer: { icon: 'icon-ym icon-ym-flow-node-approve', iconColor: '#1DACEB', titleColor: '#C0EDF8', background: '#ffffff', attr: { x: 0, y: 0, width: 90, rx: 16, height: 32 }, rendererName: '条件分支', bodyDefaultText: '请设置审批人', }, contextPad: { default: false, customization: { approver }, }, properties: {}, }; export { reluExclusiveConfig };