Adds DSP
This commit is contained in:
parent
a8827d78c4
commit
6c36a32411
|
@ -23,17 +23,20 @@
|
|||
<bpmn:incoming>Flow_0x9580l</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1bdr0gi</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_18pax8n</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1aqaiko</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0pwtiqm</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0pwtiqm" sourceRef="Gateway_12tpgcy" targetRef="Activity_0f295la" />
|
||||
<bpmn:parallelGateway id="Gateway_1nta7st">
|
||||
<bpmn:parallelGateway id="Gateway_1nta7st" name="Some Name">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:properties>
|
||||
<camunda:property name="display_name" value="Some Name" />
|
||||
</camunda:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>SequenceFlow_17ct47v</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1m8285h</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_18pl92p</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1tgxyp5</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0lrz4jq</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1aqaiko</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1m8285h" sourceRef="Gateway_1nta7st" targetRef="Activity_1yqy50i" />
|
||||
<bpmn:sequenceFlow id="SequenceFlow_17ct47v" sourceRef="Task_Load_Requirements" targetRef="Gateway_1nta7st" />
|
||||
|
@ -95,7 +98,6 @@
|
|||
<bpmn:incoming>Flow_0vo6ul1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ybicki</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:sequenceFlow id="Flow_1aqaiko" sourceRef="Gateway_1nta7st" targetRef="Gateway_12tpgcy" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_1pv8ygy">
|
||||
<bpmn:text>Loads information from the Protocol Builder</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
|
@ -214,6 +216,9 @@
|
|||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1m22g4p_di" bpmnElement="Gateway_1nta7st">
|
||||
<dc:Bounds x="468" y="414" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="462" y="471" width="62" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_16cm213_di" bpmnElement="Activity_16cm213">
|
||||
<dc:Bounds x="550" y="650" width="100" height="80" />
|
||||
|
@ -266,12 +271,6 @@
|
|||
<di:waypoint x="493" y="414" />
|
||||
<di:waypoint x="493" y="204" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1aqaiko_di" bpmnElement="Flow_1aqaiko">
|
||||
<di:waypoint x="518" y="439" />
|
||||
<di:waypoint x="602" y="439" />
|
||||
<di:waypoint x="602" y="460" />
|
||||
<di:waypoint x="706" y="460" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue