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.
39 lines
3.1 KiB
39 lines
3.1 KiB
1 year 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: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://www.activiti.org/processdef">
|
||
|
<process id="项目资料审批流程" name="项目资料审批流程" isExecutable="true">
|
||
|
<startEvent id="sid-a344dc27-4730-42ab-b5b7-45b68676229b"/>
|
||
|
<userTask id="sid-f7615632-11a4-42e3-95fc-90ec1ecaebf2" name="发起人" activiti:assignee="${start}"/>
|
||
|
<userTask id="sid-bc5bb0f9-6c54-46ae-b14e-7e54058126b9" name="管理人员" activiti:candidateUsers="${users}"/>
|
||
|
<sequenceFlow id="sid-e76b4e53-1304-48f7-b058-59c267d36aad" sourceRef="sid-a344dc27-4730-42ab-b5b7-45b68676229b" targetRef="sid-f7615632-11a4-42e3-95fc-90ec1ecaebf2"/>
|
||
|
<sequenceFlow id="sid-e9d5b67b-8e81-4e5e-a092-2e84ff5f504d" sourceRef="sid-f7615632-11a4-42e3-95fc-90ec1ecaebf2" targetRef="sid-bc5bb0f9-6c54-46ae-b14e-7e54058126b9"/>
|
||
|
<sequenceFlow id="sid-73cb4983-d2c0-4552-a201-04c2225f4fe0" sourceRef="sid-bc5bb0f9-6c54-46ae-b14e-7e54058126b9" targetRef="sid-f7615632-11a4-42e3-95fc-90ec1ecaebf2">
|
||
|
<conditionExpression>${type==0}</conditionExpression>
|
||
|
</sequenceFlow>
|
||
|
</process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_项目资料审批流程">
|
||
|
<bpmndi:BPMNPlane bpmnElement="项目资料审批流程" id="BPMNPlane_项目资料审批流程">
|
||
|
<bpmndi:BPMNShape id="shape-a51486a0-95c2-4072-a5d2-bc5fc5a9465f" bpmnElement="sid-a344dc27-4730-42ab-b5b7-45b68676229b">
|
||
|
<omgdc:Bounds x="-25.0" y="-10.0" width="30.0" height="30.0"/>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="shape-9cac8723-3b85-4529-a9b2-ffd2d91220ea" bpmnElement="sid-f7615632-11a4-42e3-95fc-90ec1ecaebf2">
|
||
|
<omgdc:Bounds x="50.0" y="-35.0" width="100.0" height="80.0"/>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="shape-4a1d2caf-461f-4d3e-b038-1a54bcff1809" bpmnElement="sid-bc5bb0f9-6c54-46ae-b14e-7e54058126b9">
|
||
|
<omgdc:Bounds x="220.0" y="-35.0" width="100.0" height="80.0"/>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="edge-ec34600d-b649-4260-a507-3fc1a7cdf79f" bpmnElement="sid-e76b4e53-1304-48f7-b058-59c267d36aad">
|
||
|
<omgdi:waypoint x="5.0" y="5.0"/>
|
||
|
<omgdi:waypoint x="50.0" y="5.0"/>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="edge-1b7ca38d-7392-4e70-8b0c-0aad91d0b2e4" bpmnElement="sid-e9d5b67b-8e81-4e5e-a092-2e84ff5f504d">
|
||
|
<omgdi:waypoint x="150.0" y="5.0"/>
|
||
|
<omgdi:waypoint x="220.0" y="5.0"/>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="edge-a7d8998e-1d9d-4616-a43b-470d0ead556d" bpmnElement="sid-73cb4983-d2c0-4552-a201-04c2225f4fe0">
|
||
|
<omgdi:waypoint x="220.0" y="-15.0"/>
|
||
|
<omgdi:waypoint x="150.0" y="-15.0"/>
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</definitions>
|