Skip to content

Commit

Permalink
added demo model
Browse files Browse the repository at this point in the history
Issue #344
  • Loading branch information
rsoika committed May 24, 2024
1 parent 46a89dd commit fbc3dd8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions open-bpmn.glsp-client/workspace/test/annotation.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bpmn2:definitions xmlns:bpmn2="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" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://open-bpmn.org">
<bpmn2:extensionElements>
<open-bpmn:auto-align>true</open-bpmn:auto-align>
</bpmn2:extensionElements>
<bpmn2:process id="process_1" name="Default Process" processType="Public">
<bpmn2:documentation id="documentation_fmR2Bw"/>
<bpmn2:textAnnotation id="textAnnotation_CaSoOA" textFormat="">
<bpmn2:text id="text_lVYaEw"><![CDATA[Some text
Line 2 with special format
a long line
another long line => b
yet another line => a
Some more text just to test the text flow ]]></bpmn2:text>
<bpmn2:documentation id="documentation_cFFadQ"/>
</bpmn2:textAnnotation>
<bpmn2:startEvent id="event_9sh3LQ" name="Event-1 with a more lengthy text">
<bpmn2:documentation id="documentation_esFL0Q"/>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="OpenBPMN Diagram">
<bpmndi:BPMNPlane bpmnElement="process_1" id="BPMNPlane_1">
<bpmndi:BPMNShape bpmnElement="textAnnotation_CaSoOA" id="BPMNShape_lDKGTQ">
<dc:Bounds height="144.0" width="223.0" x="280.0" y="80.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="event_9sh3LQ" id="BPMNShape_GskUGA">
<dc:Bounds height="36.0" width="36.0" x="567.0" y="97.0"/>
<bpmndi:BPMNLabel id="BPMNLabel_SFO8Rw">
<dc:Bounds height="20.0" width="100.0" x="535.0" y="136.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>

0 comments on commit fbc3dd8

Please sign in to comment.