mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-04 05:03:25 +00:00
7 lines
420 B
XML
7 lines
420 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn2:intermediateThrowEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" targetNamespace="http://bpmn.io/schema/bpmn" id="start">
|
|
<bpmn2:outgoing>sequenceFlow_1</bpmn2:outgoing>
|
|
<bpmn2:outgoing>sequenceFlow_2</bpmn2:outgoing>
|
|
<bpmn2:incoming>sequenceFlow_3</bpmn2:incoming>
|
|
</bpmn2:intermediateThrowEvent>
|