camunda
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.

58 lines
3.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1h0z0z1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.5.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.18.0">
<bpmn:process id="Process_16mtg4x" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="付款申请">
<bpmn:outgoing>Flow_17chpj9</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_17chpj9" sourceRef="StartEvent_1" targetRef="Activity_1mv1vg0" />
<bpmn:sequenceFlow id="Flow_0jc5m04" sourceRef="Activity_1mv1vg0" targetRef="Activity_0i4hchg" />
<bpmn:endEvent id="Event_1a62gsy" name="结束">
<bpmn:incoming>Flow_1maa5hg</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1maa5hg" sourceRef="Activity_0i4hchg" targetRef="Event_1a62gsy" />
<bpmn:userTask id="Activity_1mv1vg0" name="批准" camunda:formRef="payment-form" camunda:formRefBinding="latest" camunda:assignee="chenchuancheng">
<bpmn:extensionElements />
<bpmn:incoming>Flow_17chpj9</bpmn:incoming>
<bpmn:outgoing>Flow_0jc5m04</bpmn:outgoing>
</bpmn:userTask>
<bpmn:serviceTask id="Activity_0i4hchg" name="付款" camunda:type="external" camunda:topic="charge-card">
<bpmn:extensionElements />
<bpmn:incoming>Flow_0jc5m04</bpmn:incoming>
<bpmn:outgoing>Flow_1maa5hg</bpmn:outgoing>
</bpmn:serviceTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16mtg4x">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="175" y="142" width="44" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1a62gsy_di" bpmnElement="Event_1a62gsy">
<dc:Bounds x="592" y="99" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="599" y="142" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0llgjen_di" bpmnElement="Activity_1mv1vg0">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_01vln1f_di" bpmnElement="Activity_0i4hchg">
<dc:Bounds x="430" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_17chpj9_di" bpmnElement="Flow_17chpj9">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1maa5hg_di" bpmnElement="Flow_1maa5hg">
<di:waypoint x="530" y="117" />
<di:waypoint x="592" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jc5m04_di" bpmnElement="Flow_0jc5m04">
<di:waypoint x="370" y="117" />
<di:waypoint x="430" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>