relu-bpmn
Version:
RELU快速开发平台bpmn组件
14 lines (13 loc) • 379 B
JavaScript
import { reluConfigBpmnContextPad } from '../../contextPad';
import { bpmnSequenceFlow } from '../../variableName';
const { del } = reluConfigBpmnContextPad;
const reluSequenceFlow = {
name: bpmnSequenceFlow,
shapeType: bpmnSequenceFlow,
contextPad: {
default: false,
customization: { del },
},
properties: {},
};
export { reluSequenceFlow };