Skip to content

Commit

Permalink
improved async config
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Sep 12, 2023
1 parent 90d92e5 commit 68063b1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/main/resources/bpe/ping.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<bpmn:extensionElements />
<bpmn:incoming>Flow_0j92st0</bpmn:incoming>
<bpmn:outgoing>Flow_099pk09</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics camunda:asyncBefore="true" camunda:asyncAfter="true" camunda:exclusive="false" camunda:collection="${targets.entries}" camunda:elementVariable="target">
<bpmn:multiInstanceLoopCharacteristics camunda:asyncBefore="true" camunda:exclusive="false" camunda:collection="${targets.entries}" camunda:elementVariable="target">
<bpmn:extensionElements>
<camunda:failedJobRetryTimeCycle>R0/PT5M</camunda:failedJobRetryTimeCycle>
<camunda:failedJobRetryTimeCycle>R3/PT5S</camunda:failedJobRetryTimeCycle>
</bpmn:extensionElements>
</bpmn:multiInstanceLoopCharacteristics>
<bpmn:startEvent id="SubProcessStartEvent">
Expand Down Expand Up @@ -97,8 +97,10 @@
<bpmn:sequenceFlow id="Flow_0wmpprs" sourceRef="LogPong" targetRef="Gateway_09z7b0z" />
<bpmn:sequenceFlow id="Flow_136htek" sourceRef="LogNoResponse" targetRef="Gateway_09z7b0z" />
<bpmn:sequenceFlow id="Flow_16ssf4a" sourceRef="LogSendError" targetRef="Gateway_09z7b0z" />
<bpmn:endEvent id="SubProcessEndEvent" camunda:asyncBefore="true">
<bpmn:extensionElements />
<bpmn:endEvent id="SubProcessEndEvent" camunda:asyncAfter="true">
<bpmn:extensionElements>
<camunda:failedJobRetryTimeCycle>R3/PT5S</camunda:failedJobRetryTimeCycle>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ho1hys</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ho1hys" sourceRef="Gateway_09z7b0z" targetRef="SubProcessEndEvent" />
Expand Down Expand Up @@ -127,13 +129,6 @@
<dc:Bounds x="260" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1rdxonv_di" bpmnElement="EndEvent">
<dc:Bounds x="1492" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0911i44_di" bpmnElement="SaveResults">
<dc:Bounds x="1320" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SubProcess_0szmntn_di" bpmnElement="SubProcess" isExpanded="true">
<dc:Bounds x="440" y="60" width="810" height="300" />
</bpmndi:BPMNShape>
Expand Down Expand Up @@ -237,12 +232,19 @@
<di:waypoint x="1135" y="120" />
<di:waypoint x="1192" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1rdxonv_di" bpmnElement="EndEvent">
<dc:Bounds x="1492" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="StartEvent_1dlqln5_di" bpmnElement="StartPingMessageStartEvent">
<dc:Bounds x="152" y="102" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="151" y="145" width="44" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0911i44_di" bpmnElement="SaveResults">
<dc:Bounds x="1320" y="80" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0k1j79c_di" bpmnElement="SequenceFlow_0k1j79c">
<di:waypoint x="188" y="120" />
<di:waypoint x="260" y="120" />
Expand Down

0 comments on commit 68063b1

Please sign in to comment.