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.
32 lines
2.6 KiB
32 lines
2.6 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="duty_rec" name="交接班流程" isExecutable="true">
|
||
|
<startEvent id="startEvent1"></startEvent>
|
||
|
<userTask id="sid-9FEC0D53-CF7B-4028-82CA-020E814195C6" name="接班确认" flowable:candidateUsers="${carryUser}"></userTask>
|
||
|
<sequenceFlow id="sid-3EF4FFFF-0B0E-4270-944C-E874E84E93A5" sourceRef="startEvent1" targetRef="sid-9FEC0D53-CF7B-4028-82CA-020E814195C6"></sequenceFlow>
|
||
|
<endEvent id="sid-0FC1E0FD-D27F-4302-A457-D3A0389183D7"></endEvent>
|
||
|
<sequenceFlow id="sid-6A995FDB-E8FA-4468-B201-7B74C46AEC71" sourceRef="sid-9FEC0D53-CF7B-4028-82CA-020E814195C6" targetRef="sid-0FC1E0FD-D27F-4302-A457-D3A0389183D7"></sequenceFlow>
|
||
|
</process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_duty_rec">
|
||
|
<bpmndi:BPMNPlane bpmnElement="duty_rec" id="BPMNPlane_duty_rec">
|
||
|
<bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
|
||
|
<omgdc:Bounds height="30.0" width="30.0" x="90.0" y="150.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="sid-9FEC0D53-CF7B-4028-82CA-020E814195C6" id="BPMNShape_sid-9FEC0D53-CF7B-4028-82CA-020E814195C6">
|
||
|
<omgdc:Bounds height="80.0" width="100.0" x="225.0" y="125.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape bpmnElement="sid-0FC1E0FD-D27F-4302-A457-D3A0389183D7" id="BPMNShape_sid-0FC1E0FD-D27F-4302-A457-D3A0389183D7">
|
||
|
<omgdc:Bounds height="28.0" width="28.0" x="420.0" y="151.0"></omgdc:Bounds>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge bpmnElement="sid-3EF4FFFF-0B0E-4270-944C-E874E84E93A5" id="BPMNEdge_sid-3EF4FFFF-0B0E-4270-944C-E874E84E93A5">
|
||
|
<omgdi:waypoint x="119.94999936756076" y="165.0"></omgdi:waypoint>
|
||
|
<omgdi:waypoint x="225.0" y="165.0"></omgdi:waypoint>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge bpmnElement="sid-6A995FDB-E8FA-4468-B201-7B74C46AEC71" id="BPMNEdge_sid-6A995FDB-E8FA-4468-B201-7B74C46AEC71">
|
||
|
<omgdi:waypoint x="324.95000000000005" y="165.0"></omgdi:waypoint>
|
||
|
<omgdi:waypoint x="420.0" y="165.0"></omgdi:waypoint>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</definitions>
|