4 Replies Latest reply on Jan 26, 2015 10:21 PM by melissa.ferenal

    Intermediate catch signal - no incoming connection error

    melissa.ferenal

      Hi,

       

      I have this process:

       

      signalEvent.png

       

      But when I save or build it, it returns a "unable to parse xml : Exception class java.lang.IllegalArgumentException : Event node 'catch signal' [3] has no incoming connection" error. Any idea how to correct this?

        • 1. Re: Intermediate catch signal - no incoming connection error
          swiderski.maciej

          this error states you're violating bpmn2 spec - intermediate catch events must have both incoming and outgoing sequence flows attached to them. So to fix this problem you could place a parallel gateway before the user task in first process fragment and then one of gateway's flows would go to user task and the other to intermediate catch event.

           

          HTH

          1 of 1 people found this helpful
          • 2. Re: Intermediate catch signal - no incoming connection error
            melissa.ferenal

            Thanks for the answer. I've used a signal start event instead

             

            By the way, I created another test process with an event subprocess on it. It saves fine when the elements are not inside the subprocess box but when i transfered them inside it returns an error "unable to parse xml : Exception class java.lang.IllegalArgumentException : Could not find source node for connection:_BAD03B49-E1D0-4978-B02D-3BB92E98D2BF"

            signal2.png

            Any idea on this? thanks

            • 3. Re: Intermediate catch signal - no incoming connection error
              swiderski.maciej

              looks like some nodes are not properly connected or some leftovers. Difficult to say without actual process definition

               

              HTH

              • 4. Re: Intermediate catch signal - no incoming connection error
                melissa.ferenal

                Hi, here's the source for the model. I tried moving the catch signal along the boundary but it still returns the error Could not find source node for connection.

                 

                <?xml version="1.0" encoding="UTF-8"?>

                <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_CGS-IKXTEeSEVZywdfgUmA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd" expressionLanguage="http://www.mvel.org/2.0" targetNamespace="http://www.omg.org/bpmn20" typeLanguage="http://www.java.com/javaTypes">

                  <bpmn2:signal id="start-sig" name="start-sig"/>

                  <bpmn2:signal id="test_sig" name="test_sig"/>

                  <bpmn2:process id="tests.boundary" drools:packageName="org.jbpm" drools:version="1.0" name="boundary" isExecutable="true">

                    <bpmn2:subProcess id="_2EDB92E7-AE70-4CAA-9BC7-D8202DB9F71C" drools:bgcolor="#ffffff" drools:selectable="true" name="" triggeredByEvent="true">

                      <bpmn2:userTask id="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B" drools:bgcolor="#f3df8c" drools:selectable="true" drools:scriptFormat="http://www.java.com/java" name="test2">

                        <bpmn2:incoming>_9B6A04FD-03F2-4CD2-9774-89B5A044A2AE</bpmn2:incoming>

                        <bpmn2:outgoing>_D319E8A5-F67A-4BC7-B8E7-D19773AE71BB</bpmn2:outgoing>

                        <bpmn2:ioSpecification id="_CGS-IaXTEeSEVZywdfgUmA">

                          <bpmn2:dataInput id="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B_TaskNameInputX" name="TaskName"/>

                          <bpmn2:inputSet id="_CGTlMKXTEeSEVZywdfgUmA"/>

                          <bpmn2:outputSet id="_CGTlMaXTEeSEVZywdfgUmA"/>

                        </bpmn2:ioSpecification>

                        <bpmn2:dataInputAssociation id="_CGTlMqXTEeSEVZywdfgUmA">

                          <bpmn2:targetRef>_4FF569C8-2350-4742-A3DE-5C9A69F9B36B_TaskNameInputX</bpmn2:targetRef>

                          <bpmn2:assignment id="_CGTlM6XTEeSEVZywdfgUmA">

                            <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_CGTlNKXTEeSEVZywdfgUmA">test</bpmn2:from>

                            <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_CGTlNaXTEeSEVZywdfgUmA">_4FF569C8-2350-4742-A3DE-5C9A69F9B36B_TaskNameInputX</bpmn2:to>

                          </bpmn2:assignment>

                        </bpmn2:dataInputAssociation>

                        <bpmn2:potentialOwner id="_CGTlNqXTEeSEVZywdfgUmA">

                          <bpmn2:resourceAssignmentExpression id="_CGTlN6XTEeSEVZywdfgUmA">

                            <bpmn2:formalExpression id="_CGTlOKXTEeSEVZywdfgUmA">krisv</bpmn2:formalExpression>

                          </bpmn2:resourceAssignmentExpression>

                        </bpmn2:potentialOwner>

                      </bpmn2:userTask>

                      <bpmn2:endEvent id="_09B75F46-3E93-40D0-B997-7A444353F445" drools:bgcolor="#ffc4d1" drools:selectable="true" name="">

                        <bpmn2:incoming>_D319E8A5-F67A-4BC7-B8E7-D19773AE71BB</bpmn2:incoming>

                      </bpmn2:endEvent>

                      <bpmn2:startEvent id="_6AC514A1-33FF-48CC-A864-B1D7FE7B4FD6" drools:bgcolor="#9acd32" drools:selectable="true" name="">

                        <bpmn2:outgoing>_9B6A04FD-03F2-4CD2-9774-89B5A044A2AE</bpmn2:outgoing>

                        <bpmn2:signalEventDefinition id="_CGTlOaXTEeSEVZywdfgUmA" signalRef="start-sig"/>

                      </bpmn2:startEvent>

                      <bpmn2:endEvent id="_BF9F4F73-E7AE-4591-A686-B60A1A63B9F3" drools:bgcolor="#ffc4d1" drools:selectable="true" name="">

                        <bpmn2:incoming>_47E9874A-ADE4-49DE-994C-F42B2EB23A2B</bpmn2:incoming>

                      </bpmn2:endEvent>

                      <bpmn2:sequenceFlow id="_9B6A04FD-03F2-4CD2-9774-89B5A044A2AE" drools:bgcolor="#000000" drools:selectable="true" sourceRef="_6AC514A1-33FF-48CC-A864-B1D7FE7B4FD6" targetRef="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B"/>

                      <bpmn2:sequenceFlow id="_D319E8A5-F67A-4BC7-B8E7-D19773AE71BB" drools:bgcolor="#000000" drools:selectable="true" sourceRef="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B" targetRef="_09B75F46-3E93-40D0-B997-7A444353F445"/>

                      <bpmn2:sequenceFlow id="_47E9874A-ADE4-49DE-994C-F42B2EB23A2B" drools:bgcolor="#000000" drools:selectable="true" sourceRef="_6347DC27-57A7-4B76-A80A-F109224B2AFF" targetRef="_BF9F4F73-E7AE-4591-A686-B60A1A63B9F3"/>

                    </bpmn2:subProcess>

                    <bpmn2:startEvent id="_4C03AEB2-4985-499F-826F-C9E569E422B4" drools:bgcolor="#d2b29f" drools:selectable="true" name="">

                      <bpmn2:outgoing>_6C56BAA0-540B-4B71-AB4A-5677988316E8</bpmn2:outgoing>

                    </bpmn2:startEvent>

                    <bpmn2:intermediateThrowEvent id="_8954F06E-D551-4083-9B1D-877F483A2F83" drools:bgcolor="#adbaf2" drools:selectable="true" drools:bordercolor="#000099" name="">

                      <bpmn2:incoming>_6C56BAA0-540B-4B71-AB4A-5677988316E8</bpmn2:incoming>

                      <bpmn2:outgoing>_C8626B78-D081-4626-9A2A-02FD021B4BF6</bpmn2:outgoing>

                      <bpmn2:signalEventDefinition id="_CGTlOqXTEeSEVZywdfgUmA" signalRef="start-sig"/>

                    </bpmn2:intermediateThrowEvent>

                    <bpmn2:sequenceFlow id="_6C56BAA0-540B-4B71-AB4A-5677988316E8" drools:bgcolor="#000000" drools:selectable="true" sourceRef="_4C03AEB2-4985-499F-826F-C9E569E422B4" targetRef="_8954F06E-D551-4083-9B1D-877F483A2F83"/>

                    <bpmn2:endEvent id="_78FE5042-886D-4C1E-BA40-B95690AD867F" drools:bgcolor="#ffc4d1" drools:selectable="true" name="">

                      <bpmn2:incoming>_C8626B78-D081-4626-9A2A-02FD021B4BF6</bpmn2:incoming>

                    </bpmn2:endEvent>

                    <bpmn2:sequenceFlow id="_C8626B78-D081-4626-9A2A-02FD021B4BF6" drools:bgcolor="#000000" drools:selectable="true" sourceRef="_8954F06E-D551-4083-9B1D-877F483A2F83" targetRef="_78FE5042-886D-4C1E-BA40-B95690AD867F"/>

                    <bpmn2:boundaryEvent id="_6347DC27-57A7-4B76-A80A-F109224B2AFF" drools:bgcolor="#ffd3a6" drools:selectable="true" drools:bordercolor="#a37e25" drools:boundaryca="" name="" attachedToRef="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B" cancelActivity="false">

                      <bpmn2:outgoing>_47E9874A-ADE4-49DE-994C-F42B2EB23A2B</bpmn2:outgoing>

                      <bpmn2:signalEventDefinition id="_CGTlO6XTEeSEVZywdfgUmA" signalRef="test_sig"/>

                    </bpmn2:boundaryEvent>

                  </bpmn2:process>

                  <bpmndi:BPMNDiagram id="_CGTlPKXTEeSEVZywdfgUmA">

                    <bpmndi:BPMNPlane id="_CGTlPaXTEeSEVZywdfgUmA" bpmnElement="tests.boundary">

                      <bpmndi:BPMNShape id="_CGTlPqXTEeSEVZywdfgUmA" bpmnElement="_2EDB92E7-AE70-4CAA-9BC7-D8202DB9F71C">

                        <dc:Bounds height="180.0" width="541.0" x="79.0" y="235.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNShape id="_CGTlP6XTEeSEVZywdfgUmA" bpmnElement="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B">

                        <dc:Bounds height="80.0" width="100.0" x="193.0" y="26.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNShape id="_CGTlQKXTEeSEVZywdfgUmA" bpmnElement="_09B75F46-3E93-40D0-B997-7A444353F445">

                        <dc:Bounds height="28.0" width="28.0" x="338.0" y="52.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNShape id="_CGTlQaXTEeSEVZywdfgUmA" bpmnElement="_6AC514A1-33FF-48CC-A864-B1D7FE7B4FD6">

                        <dc:Bounds height="30.0" width="30.0" x="118.0" y="51.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNShape id="_CGTlQqXTEeSEVZywdfgUmA" bpmnElement="_BF9F4F73-E7AE-4591-A686-B60A1A63B9F3">

                        <dc:Bounds height="28.0" width="28.0" x="347.0" y="92.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNEdge id="_CGUMQKXTEeSEVZywdfgUmA" bpmnElement="_9B6A04FD-03F2-4CD2-9774-89B5A044A2AE">

                        <di:waypoint xsi:type="dc:Point" x="133.0" y="66.0"/>

                        <di:waypoint xsi:type="dc:Point" x="243.0" y="66.0"/>

                      </bpmndi:BPMNEdge>

                      <bpmndi:BPMNEdge id="_CGUMQaXTEeSEVZywdfgUmA" bpmnElement="_D319E8A5-F67A-4BC7-B8E7-D19773AE71BB">

                        <di:waypoint xsi:type="dc:Point" x="243.0" y="66.0"/>

                        <di:waypoint xsi:type="dc:Point" x="352.0" y="66.0"/>

                      </bpmndi:BPMNEdge>

                      <bpmndi:BPMNEdge id="_CGUMQqXTEeSEVZywdfgUmA" bpmnElement="_47E9874A-ADE4-49DE-994C-F42B2EB23A2B">

                        <di:waypoint xsi:type="dc:Point" x="276.0" y="106.0"/>

                        <di:waypoint xsi:type="dc:Point" x="361.0" y="106.0"/>

                      </bpmndi:BPMNEdge>

                      <bpmndi:BPMNShape id="_CGUMQ6XTEeSEVZywdfgUmA" bpmnElement="_4C03AEB2-4985-499F-826F-C9E569E422B4">

                        <dc:Bounds height="30.0" width="30.0" x="75.0" y="112.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNShape id="_CGUMRKXTEeSEVZywdfgUmA" bpmnElement="_8954F06E-D551-4083-9B1D-877F483A2F83">

                        <dc:Bounds height="30.0" width="30.0" x="182.0" y="112.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNEdge id="_CGUMRaXTEeSEVZywdfgUmA" bpmnElement="_6C56BAA0-540B-4B71-AB4A-5677988316E8">

                        <di:waypoint xsi:type="dc:Point" x="90.0" y="127.0"/>

                        <di:waypoint xsi:type="dc:Point" x="197.0" y="127.0"/>

                      </bpmndi:BPMNEdge>

                      <bpmndi:BPMNShape id="_CGUMRqXTEeSEVZywdfgUmA" bpmnElement="_78FE5042-886D-4C1E-BA40-B95690AD867F">

                        <dc:Bounds height="28.0" width="28.0" x="257.0" y="113.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNEdge id="_CGUMR6XTEeSEVZywdfgUmA" bpmnElement="_C8626B78-D081-4626-9A2A-02FD021B4BF6">

                        <di:waypoint xsi:type="dc:Point" x="197.0" y="127.0"/>

                        <di:waypoint xsi:type="dc:Point" x="271.0" y="127.0"/>

                      </bpmndi:BPMNEdge>

                      <bpmndi:BPMNShape id="_CGUMSKXTEeSEVZywdfgUmA" bpmnElement="_6347DC27-57A7-4B76-A80A-F109224B2AFF">

                        <dc:Bounds height="30.0" width="30.0" x="261.0" y="91.0"/>

                      </bpmndi:BPMNShape>

                      <bpmndi:BPMNEdge id="_CGUMSaXTEeSEVZywdfgUmA" bpmnElement="_6347DC27-57A7-4B76-A80A-F109224B2AFF">

                        <di:waypoint xsi:type="dc:Point" x="79.0" y="76.0"/>

                        <di:waypoint xsi:type="dc:Point" x="79.0" y="76.0"/>

                      </bpmndi:BPMNEdge>

                    </bpmndi:BPMNPlane>

                  </bpmndi:BPMNDiagram>

                  <bpmn2:relationship id="_CGUMSqXTEeSEVZywdfgUmA" type="BPSimData">

                    <bpmn2:extensionElements>

                      <bpsim:BPSimData>

                        <bpsim:Scenario xsi:type="bpsim:Scenario" id="default" name="Simulationscenario">

                          <bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" baseTimeUnit="min"/>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_6C56BAA0-540B-4B71-AB4A-5677988316E8" id="_CGUMS6XTEeSEVZywdfgUmA">

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_47E9874A-ADE4-49DE-994C-F42B2EB23A2B" id="_CGUMTKXTEeSEVZywdfgUmA">

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_4C03AEB2-4985-499F-826F-C9E569E422B4" id="_CGUMTaXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_D319E8A5-F67A-4BC7-B8E7-D19773AE71BB" id="_CGUMTqXTEeSEVZywdfgUmA">

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_9B6A04FD-03F2-4CD2-9774-89B5A044A2AE" id="_CGUMT6XTEeSEVZywdfgUmA">

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_4FF569C8-2350-4742-A3DE-5C9A69F9B36B" id="_CGUMUKXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                            <bpsim:ResourceParameters xsi:type="bpsim:ResourceParameters">

                              <bpsim:Availability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="8.0"/>

                              </bpsim:Availability>

                              <bpsim:Quantity xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="1.0"/>

                              </bpsim:Quantity>

                            </bpsim:ResourceParameters>

                            <bpsim:CostParameters xsi:type="bpsim:CostParameters">

                              <bpsim:UnitCost xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="0.0"/>

                              </bpsim:UnitCost>

                            </bpsim:CostParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_C8626B78-D081-4626-9A2A-02FD021B4BF6" id="_CGUMUaXTEeSEVZywdfgUmA">

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_6AC514A1-33FF-48CC-A864-B1D7FE7B4FD6" id="_CGUMUqXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_BF9F4F73-E7AE-4591-A686-B60A1A63B9F3" id="_CGUMU6XTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_78FE5042-886D-4C1E-BA40-B95690AD867F" id="_CGUzUKXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_6347DC27-57A7-4B76-A80A-F109224B2AFF" id="_CGUzUaXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                            <bpsim:ControlParameters xsi:type="bpsim:ControlParameters">

                              <bpsim:Probability xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="100.0"/>

                              </bpsim:Probability>

                            </bpsim:ControlParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_2EDB92E7-AE70-4CAA-9BC7-D8202DB9F71C" id="_CGUzUqXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                            <bpsim:CostParameters xsi:type="bpsim:CostParameters">

                              <bpsim:UnitCost xsi:type="bpsim:Parameter">

                                <bpsim:FloatingParameter value="0.0"/>

                              </bpsim:UnitCost>

                            </bpsim:CostParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_8954F06E-D551-4083-9B1D-877F483A2F83" id="_CGUzU6XTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                          </bpsim:ElementParameters>

                          <bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_09B75F46-3E93-40D0-B997-7A444353F445" id="_CGUzVKXTEeSEVZywdfgUmA">

                            <bpsim:TimeParameters xsi:type="bpsim:TimeParameters">

                              <bpsim:ProcessingTime xsi:type="bpsim:Parameter">

                                <bpsim:UniformDistribution max="10.0" min="5.0"/>

                              </bpsim:ProcessingTime>

                            </bpsim:TimeParameters>

                          </bpsim:ElementParameters>

                        </bpsim:Scenario>

                      </bpsim:BPSimData>

                    </bpmn2:extensionElements>

                    <bpmn2:source>_CGS-IKXTEeSEVZywdfgUmA</bpmn2:source>

                    <bpmn2:target>_CGS-IKXTEeSEVZywdfgUmA</bpmn2:target>

                  </bpmn2:relationship>

                </bpmn2:definitions>