mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:28:22 +00:00
44 lines
2.4 KiB
XML
44 lines
2.4 KiB
XML
<?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:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="marcos_call_activity" name="Marcos call activity" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1" />
|
|
<bpmn:startEvent id="Event_0tcpngl">
|
|
<bpmn:outgoing>Flow_1q3ykqy</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1q3ykqy" sourceRef="Event_0tcpngl" targetRef="Activity_00s3kb9" />
|
|
<bpmn:manualTask id="Activity_00s3kb9" name="Hello World from my call activity">
|
|
<bpmn:incoming>Flow_1q3ykqy</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0rj2vpi</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:endEvent id="Event_02fep1a">
|
|
<bpmn:incoming>Flow_0rj2vpi</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0rj2vpi" sourceRef="Activity_00s3kb9" targetRef="Event_02fep1a" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="marcos_call_activity">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0tcpngl_di" bpmnElement="Event_0tcpngl">
|
|
<dc:Bounds x="-328" y="-28" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1435ld3_di" bpmnElement="Activity_00s3kb9">
|
|
<dc:Bounds x="-240" y="-50" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_02fep1a_di" bpmnElement="Event_02fep1a">
|
|
<dc:Bounds x="-88" y="-28" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1q3ykqy_di" bpmnElement="Flow_1q3ykqy">
|
|
<di:waypoint x="-292" y="-10" />
|
|
<di:waypoint x="-240" y="-10" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0rj2vpi_di" bpmnElement="Flow_0rj2vpi">
|
|
<di:waypoint x="-140" y="-10" />
|
|
<di:waypoint x="-88" y="-10" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|