You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.5 KiB
38 lines
2.5 KiB
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
|
||
|
<process id="inspectHandle" name="巡检问题处理流程" isExecutable="true">
|
||
|
<documentation>巡检问题处理流程</documentation>
|
||
|
<startEvent id="start"></startEvent>
|
||
|
<userTask id="handlerProblem" name="处理问题" flowable:assignee="${problemUser}">
|
||
|
<extensionElements>
|
||
|
<modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
|
||
|
</extensionElements>
|
||
|
</userTask>
|
||
|
<endEvent id="end"></endEvent>
|
||
|
<sequenceFlow id="startLine" sourceRef="start" targetRef="handlerProblem"></sequenceFlow>
|
||
|
<sequenceFlow id="endLine" sourceRef="handlerProblem" targetRef="end">
|
||
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${pass}]]></conditionExpression>
|
||
|
</sequenceFlow>
|
||
|
</process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_inspectHandle">
|
||
|
<bpmndi:BPMNPlane bpmnElement="inspectHandle" id="BPMNPlane_inspectHandle">
|
||
|
<bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
|
||
|
<omgdc:Bounds height="30.0" width="30.0" x="90.0" y="150.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="handlerProblem" id="BPMNShape_handlerProblem">
|
||
|
<omgdc:Bounds height="80.0" width="100.0" x="240.0" y="125.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="end" id="BPMNShape_end">
|
||
|
<omgdc:Bounds height="28.0" width="28.0" x="495.0" y="151.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge bpmnElement="endLine" id="BPMNEdge_endLine">
|
||
|
<omgdi:waypoint x="339.9499999999926" y="165.0"></omgdi:waypoint>
|
||
|
<omgdi:waypoint x="495.0" y="165.0"></omgdi:waypoint>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge bpmnElement="startLine" id="BPMNEdge_startLine">
|
||
|
<omgdi:waypoint x="119.94999946593475" y="165.0"></omgdi:waypoint>
|
||
|
<omgdi:waypoint x="240.0" y="165.0"></omgdi:waypoint>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</definitions>
|