Increased timeout for CreateChildService 82/132882/5
authorMamed Mamedov <mamed.mamedov@telekom.com>
Tue, 10 Jan 2023 14:14:26 +0000 (16:14 +0200)
committerMamed Mamedov <mamed.mamedov@telekom.com>
Tue, 10 Jan 2023 14:14:26 +0000 (16:14 +0200)
In case of PNF is inside the child service: DMAAP event timeout of PNF is on 14H level but child service timeout is on 5H level

Issue-ID: SO-4049
Signed-off-by: Mamed Mamedov <mamed.mamedov@telekom.com>
Change-Id: If5d43f86824c37c72b7103bc75eda5c6a865a4b9

bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn

index 9d361bf..2c080be 100644 (file)
@@ -19,7 +19,7 @@
     <bpmn:boundaryEvent id="IntermediateThrowEvent_1gh5vds" name="Timeout" attachedToRef="Task_1olljx2">
       <bpmn:outgoing>SequenceFlow_0hmy1qr</bpmn:outgoing>
       <bpmn:timerEventDefinition id="TimerEventDefinition_13keqs7">
-        <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5H</bpmn:timeDuration>
+        <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT14H</bpmn:timeDuration>
       </bpmn:timerEventDefinition>
     </bpmn:boundaryEvent>
     <bpmn:endEvent id="EndEvent_11rdhm9">