134 lines
8.7 KiB
XML
134 lines
8.7 KiB
XML
<?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:activiti="http://activiti.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://com.sipai.activiti">
|
|
<process id="System_Produce" name="日计划生产流程" isExecutable="true">
|
|
<documentation>日计划流程</documentation>
|
|
<startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
|
|
<userTask id="deptLeaderAudit" name="部门领导审核" activiti:candidateGroups="deptLeader"></userTask>
|
|
<exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
|
|
<userTask id="IssueWorkOrder" name="工单下发" activiti:candidateGroups="PlanStaff"></userTask>
|
|
<endEvent id="endevent1" name="End"></endEvent>
|
|
<sequenceFlow id="flow3" sourceRef="deptLeaderAudit" targetRef="exclusivegateway5"></sequenceFlow>
|
|
<sequenceFlow id="flow5" name="同意" sourceRef="exclusivegateway5" targetRef="IssueWorkOrder">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${deptLeaderPass}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<userTask id="DrawDailyPlan" name="日计划编制" activiti:assignee="${applyUserId}" activiti:candidateGroups="PlanStaff"></userTask>
|
|
<sequenceFlow id="flow13" sourceRef="startevent1" targetRef="DrawDailyPlan"></sequenceFlow>
|
|
<sequenceFlow id="flow14" sourceRef="DrawDailyPlan" targetRef="deptLeaderAudit"></sequenceFlow>
|
|
<sequenceFlow id="flow15" name="不同意" sourceRef="exclusivegateway5" targetRef="DrawDailyPlan">
|
|
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${!deptLeaderPass}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
<subProcess id="subprocess1" name="生产">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="taskCodeList" activiti:elementVariable="taskCode">
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1}</completionCondition>
|
|
</multiInstanceLoopCharacteristics>
|
|
<userTask id="HandUp" name="工单报工" activiti:candidateGroups="StartWork"></userTask>
|
|
<userTask id="CarryOver" name="工单结转" activiti:candidateGroups="CarryOver"></userTask>
|
|
<userTask id="StartWork" name="工单开工" activiti:candidateGroups="StartWork"></userTask>
|
|
<startEvent id="startevent2" name="Start"></startEvent>
|
|
<sequenceFlow id="flow18" sourceRef="startevent2" targetRef="StartWork"></sequenceFlow>
|
|
<sequenceFlow id="flow19" sourceRef="StartWork" targetRef="HandUp"></sequenceFlow>
|
|
<sequenceFlow id="flow20" sourceRef="HandUp" targetRef="CarryOver"></sequenceFlow>
|
|
<endEvent id="endevent2" name="End"></endEvent>
|
|
<endEvent id="endevent3" name="End"></endEvent>
|
|
<sequenceFlow id="flow21" sourceRef="CarryOver" targetRef="endevent3"></sequenceFlow>
|
|
</subProcess>
|
|
<sequenceFlow id="flow16" sourceRef="IssueWorkOrder" targetRef="subprocess1"></sequenceFlow>
|
|
<sequenceFlow id="flow17" sourceRef="subprocess1" targetRef="endevent1"></sequenceFlow>
|
|
</process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_System_Produce">
|
|
<bpmndi:BPMNPlane bpmnElement="System_Produce" id="BPMNPlane_System_Produce">
|
|
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="10.0" y="116.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="deptLeaderAudit" id="BPMNShape_deptLeaderAudit">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="230.0" y="106.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
|
|
<omgdc:Bounds height="40.0" width="40.0" x="381.0" y="113.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="IssueWorkOrder" id="BPMNShape_IssueWorkOrder">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="470.0" y="106.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="1100.0" y="116.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="DrawDailyPlan" id="BPMNShape_DrawDailyPlan">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="90.0" y="106.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="subprocess1" id="BPMNShape_subprocess1">
|
|
<omgdc:Bounds height="217.0" width="451.0" x="620.0" y="25.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="HandUp" id="BPMNShape_HandUp">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="920.0" y="55.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="CarryOver" id="BPMNShape_CarryOver">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="920.0" y="157.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="StartWork" id="BPMNShape_StartWork">
|
|
<omgdc:Bounds height="55.0" width="105.0" x="760.0" y="55.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="startevent2" id="BPMNShape_startevent2">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="650.0" y="65.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="1100.0" y="95.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="endevent3" id="BPMNShape_endevent3">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="810.0" y="167.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
|
|
<omgdi:waypoint x="335.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="381.0" y="133.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
|
|
<omgdi:waypoint x="421.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="470.0" y="133.0"></omgdi:waypoint>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="14.0" width="24.0" x="431.0" y="106.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
|
|
<omgdi:waypoint x="45.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="90.0" y="133.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
|
|
<omgdi:waypoint x="195.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="230.0" y="133.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
|
|
<omgdi:waypoint x="401.0" y="153.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="400.0" y="243.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="271.0" y="243.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="142.0" y="243.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="142.0" y="161.0"></omgdi:waypoint>
|
|
<bpmndi:BPMNLabel>
|
|
<omgdc:Bounds height="14.0" width="36.0" x="411.0" y="161.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
|
|
<omgdi:waypoint x="685.0" y="82.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="760.0" y="82.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
|
|
<omgdi:waypoint x="865.0" y="82.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="920.0" y="82.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
|
|
<omgdi:waypoint x="972.0" y="110.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="972.0" y="157.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
|
|
<omgdi:waypoint x="920.0" y="184.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="845.0" y="184.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
<omgdi:waypoint x="575.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="620.0" y="133.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
|
|
<omgdi:waypoint x="1071.0" y="133.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="1100.0" y="133.0"></omgdi:waypoint>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</definitions> |