| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "nodes": [
- {
- "id": "start",
- "type": "bpmn:startEvent",
- "x": 80,
- "y": 200,
- "properties": { "nodeName": "开始" },
- "text": { "x": 80, "y": 234, "value": "开始" }
- },
- {
- "id": "routeGw",
- "type": "bpmn:exclusiveGateway",
- "x": 220,
- "y": 200,
- "properties": {
- "nodeName": "问题分级",
- "conditions": [
- { "targetNodeId": "deptHeadYellow", "expression": "route == yellow", "label": "黄色", "isDefault": false },
- { "targetNodeId": "deptHeadRed", "expression": "route == red", "label": "红色", "isDefault": false },
- { "targetNodeId": "deptHeadGlobal", "expression": "", "label": "跨部门/S9", "isDefault": true }
- ]
- },
- "text": { "x": 220, "y": 234, "value": "问题分级" }
- },
- {
- "id": "deptHeadYellow",
- "type": "bpmn:userTask",
- "x": 420,
- "y": 80,
- "properties": {
- "nodeName": "责任部门负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_DEPT_HEAD",
- "approverNames": "责任部门负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 420, "y": 114, "value": "责任部门负责人" }
- },
- {
- "id": "deptHeadRed",
- "type": "bpmn:userTask",
- "x": 420,
- "y": 200,
- "properties": {
- "nodeName": "责任部门负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_DEPT_HEAD",
- "approverNames": "责任部门负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 420, "y": 234, "value": "责任部门负责人" }
- },
- {
- "id": "opsRed",
- "type": "bpmn:userTask",
- "x": 620,
- "y": 200,
- "properties": {
- "nodeName": "运营负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_OPS_OWNER",
- "approverNames": "运营负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 620, "y": 234, "value": "运营负责人" }
- },
- {
- "id": "deptHeadGlobal",
- "type": "bpmn:userTask",
- "x": 420,
- "y": 320,
- "properties": {
- "nodeName": "责任部门负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_DEPT_HEAD",
- "approverNames": "责任部门负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 420, "y": 354, "value": "责任部门负责人" }
- },
- {
- "id": "moduleGlobal",
- "type": "bpmn:userTask",
- "x": 620,
- "y": 320,
- "properties": {
- "nodeName": "模块负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_MODULE_OWNER",
- "approverNames": "模块负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 620, "y": 354, "value": "模块负责人" }
- },
- {
- "id": "opsGlobal",
- "type": "bpmn:userTask",
- "x": 820,
- "y": 320,
- "properties": {
- "nodeName": "运营负责人",
- "approverType": "Role",
- "approverIds": "SMART_OPS_OPS_OWNER",
- "approverNames": "运营负责人",
- "multiApproveMode": "Any",
- "timeoutHours": 72,
- "timeoutAction": "Notify"
- },
- "text": { "x": 820, "y": 354, "value": "运营负责人" }
- },
- {
- "id": "end",
- "type": "bpmn:endEvent",
- "x": 1020,
- "y": 200,
- "properties": { "nodeName": "结束" },
- "text": { "x": 1020, "y": 234, "value": "结束" }
- }
- ],
- "edges": [
- { "id": "e-start-gw", "type": "bpmn:sequenceFlow", "sourceNodeId": "start", "targetNodeId": "routeGw", "startPoint": { "x": 120, "y": 200 }, "endPoint": { "x": 180, "y": 200 }, "properties": {}, "pointsList": [{ "x": 120, "y": 200 }, { "x": 180, "y": 200 }] },
- { "id": "e-gw-y", "type": "bpmn:sequenceFlow", "sourceNodeId": "routeGw", "targetNodeId": "deptHeadYellow", "startPoint": { "x": 250, "y": 180 }, "endPoint": { "x": 380, "y": 80 }, "properties": {}, "pointsList": [{ "x": 250, "y": 180 }, { "x": 380, "y": 80 }] },
- { "id": "e-gw-r", "type": "bpmn:sequenceFlow", "sourceNodeId": "routeGw", "targetNodeId": "deptHeadRed", "startPoint": { "x": 260, "y": 200 }, "endPoint": { "x": 380, "y": 200 }, "properties": {}, "pointsList": [{ "x": 260, "y": 200 }, { "x": 380, "y": 200 }] },
- { "id": "e-gw-g", "type": "bpmn:sequenceFlow", "sourceNodeId": "routeGw", "targetNodeId": "deptHeadGlobal", "startPoint": { "x": 250, "y": 220 }, "endPoint": { "x": 380, "y": 320 }, "properties": {}, "pointsList": [{ "x": 250, "y": 220 }, { "x": 380, "y": 320 }] },
- { "id": "e-y-end", "type": "bpmn:sequenceFlow", "sourceNodeId": "deptHeadYellow", "targetNodeId": "end", "startPoint": { "x": 460, "y": 80 }, "endPoint": { "x": 980, "y": 180 }, "properties": {}, "pointsList": [{ "x": 460, "y": 80 }, { "x": 980, "y": 180 }] },
- { "id": "e-r-ops", "type": "bpmn:sequenceFlow", "sourceNodeId": "deptHeadRed", "targetNodeId": "opsRed", "startPoint": { "x": 460, "y": 200 }, "endPoint": { "x": 580, "y": 200 }, "properties": {}, "pointsList": [{ "x": 460, "y": 200 }, { "x": 580, "y": 200 }] },
- { "id": "e-ops-end", "type": "bpmn:sequenceFlow", "sourceNodeId": "opsRed", "targetNodeId": "end", "startPoint": { "x": 660, "y": 200 }, "endPoint": { "x": 980, "y": 200 }, "properties": {}, "pointsList": [{ "x": 660, "y": 200 }, { "x": 980, "y": 200 }] },
- { "id": "e-g-mod", "type": "bpmn:sequenceFlow", "sourceNodeId": "deptHeadGlobal", "targetNodeId": "moduleGlobal", "startPoint": { "x": 460, "y": 320 }, "endPoint": { "x": 580, "y": 320 }, "properties": {}, "pointsList": [{ "x": 460, "y": 320 }, { "x": 580, "y": 320 }] },
- { "id": "e-mod-ops", "type": "bpmn:sequenceFlow", "sourceNodeId": "moduleGlobal", "targetNodeId": "opsGlobal", "startPoint": { "x": 660, "y": 320 }, "endPoint": { "x": 780, "y": 320 }, "properties": {}, "pointsList": [{ "x": 660, "y": 320 }, { "x": 780, "y": 320 }] },
- { "id": "e-gops-end", "type": "bpmn:sequenceFlow", "sourceNodeId": "opsGlobal", "targetNodeId": "end", "startPoint": { "x": 860, "y": 320 }, "endPoint": { "x": 980, "y": 220 }, "properties": {}, "pointsList": [{ "x": 860, "y": 320 }, { "x": 980, "y": 220 }] }
- ]
- }
|