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.
 
 

40 lines
3.6 KiB

<?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="standardTicketFlow" name="操作票流程" isExecutable="true">
<startEvent id="startEvent1" name="开票" flowable:formFieldValidation="true"></startEvent>
<userTask id="guardianConfirm" name="监护人确认" flowable:candidateUsers="${guardianUserIds}" flowable:formFieldValidation="true"></userTask>
<userTask id="principalConfirm" name="值班负责人确认" flowable:candidateUsers="${principalUserIds}" flowable:formFieldValidation="true"></userTask>
<sequenceFlow id="sid-D0B29BF4-3EE5-4423-83DD-E6D8364E5A9B" sourceRef="guardianConfirm" targetRef="principalConfirm"></sequenceFlow>
<endEvent id="sid-1C257A56-0401-4D86-9DD9-CFA4D3718880" name="结束"></endEvent>
<sequenceFlow id="sid-4A192C74-9A64-4687-AD17-CF2117A0D32D" sourceRef="principalConfirm" targetRef="sid-1C257A56-0401-4D86-9DD9-CFA4D3718880"></sequenceFlow>
<sequenceFlow id="sid-A2BC6E2C-FC4F-4834-9BE1-533FC43300CC" sourceRef="startEvent1" targetRef="guardianConfirm"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_standardTicketFlow">
<bpmndi:BPMNPlane bpmnElement="standardTicketFlow" id="BPMNPlane_standardTicketFlow">
<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="guardianConfirm" id="BPMNShape_guardianConfirm">
<omgdc:Bounds height="80.0" width="100.0" x="210.0" y="126.99999998807908"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="principalConfirm" id="BPMNShape_principalConfirm">
<omgdc:Bounds height="80.0" width="100.0" x="390.0" y="126.99999998807908"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="sid-1C257A56-0401-4D86-9DD9-CFA4D3718880" id="BPMNShape_sid-1C257A56-0401-4D86-9DD9-CFA4D3718880">
<omgdc:Bounds height="28.0" width="28.0" x="570.0" y="152.99999998807908"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="sid-D0B29BF4-3EE5-4423-83DD-E6D8364E5A9B" id="BPMNEdge_sid-D0B29BF4-3EE5-4423-83DD-E6D8364E5A9B">
<omgdi:waypoint x="309.95000000000005" y="166.99999998807908"></omgdi:waypoint>
<omgdi:waypoint x="389.99999999997226" y="166.99999998807908"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-4A192C74-9A64-4687-AD17-CF2117A0D32D" id="BPMNEdge_sid-4A192C74-9A64-4687-AD17-CF2117A0D32D">
<omgdi:waypoint x="489.94999999998265" y="166.99999998807908"></omgdi:waypoint>
<omgdi:waypoint x="570.0" y="166.99999998807908"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="sid-A2BC6E2C-FC4F-4834-9BE1-533FC43300CC" id="BPMNEdge_sid-A2BC6E2C-FC4F-4834-9BE1-533FC43300CC">
<omgdi:waypoint x="119.94872024915409" y="165.19288761260657"></omgdi:waypoint>
<omgdi:waypoint x="209.9999999999992" y="166.35483870160195"></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>