Skip to content

Instantly share code, notes, and snippets.

@sherry-ummen
Created August 16, 2021 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherry-ummen/453a86407f24448ac718ffecfe0cf9b5 to your computer and use it in GitHub Desktop.
Save sherry-ummen/453a86407f24448ac718ffecfe0cf9b5 to your computer and use it in GitHub Desktop.
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0fvm0fn" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="Process_v1" name="Process_v1" isExecutable="true" camunda:versionTag="v1.1">
<bpmn:sequenceFlow id="Flow_0qy1fsn" sourceRef="StartEvent" targetRef="Activity_0g8pgyr" />
<bpmn:endEvent id="Event_0oyurq3" name="End&#10;&#10;">
<bpmn:incoming>Flow_1hnvn28</bpmn:incoming>
</bpmn:endEvent>
<bpmn:serviceTask id="Activity_0g8pgyr" name="PAC" camunda:delegateExpression="#{pac}">
<bpmn:extensionElements>
<zeebe:taskDefinition type="pac" />
</bpmn:extensionElements>
<bpmn:incoming>Flow_0qy1fsn</bpmn:incoming>
<bpmn:outgoing>Flow_1hnvn28</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:startEvent id="StartEvent" name="&#10;">
<bpmn:outgoing>Flow_0qy1fsn</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1hnvn28" sourceRef="Activity_0g8pgyr" targetRef="Event_0oyurq3" />
</bpmn:process>
<bpmn:message id="Message_00mrvz4" name="message_basic_algo_huawei_v1" />
<bpmn:message id="Message_11oksc3" name="message_basic_algo_additional">
<bpmn:extensionElements>
<zeebe:subscription correlationKey="=processId" />
</bpmn:extensionElements>
</bpmn:message>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_v1">
<bpmndi:BPMNEdge id="Flow_0qy1fsn_di" bpmnElement="Flow_0qy1fsn">
<di:waypoint x="188" y="120" />
<di:waypoint x="220" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hnvn28_di" bpmnElement="Flow_1hnvn28">
<di:waypoint x="320" y="120" />
<di:waypoint x="392" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_0xtaeij_di" bpmnElement="Activity_0g8pgyr">
<dc:Bounds x="220" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0tfb11d_di" bpmnElement="StartEvent">
<dc:Bounds x="152" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="172" y="145" width="0" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0oyurq3_di" bpmnElement="Event_0oyurq3">
<dc:Bounds x="392" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="438" y="100" width="20" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment