diff options
author | Mamed Mamedov <mamed.mamedov@telekom.com> | 2023-01-10 16:14:26 +0200 |
---|---|---|
committer | Mamed Mamedov <mamed.mamedov@telekom.com> | 2023-01-10 16:14:26 +0200 |
commit | 3e1963019895ce83c17816943c3a191bbd4994f7 (patch) | |
tree | de84dde68e610ddf00c3fc9adfba5c8ceca7a07b /bpmn/so-bpmn-building-blocks/src/main | |
parent | 11c4d0c6fdeff7e339025df7acb2e681e8cb6d89 (diff) |
Increased timeout for CreateChildService
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
Diffstat (limited to 'bpmn/so-bpmn-building-blocks/src/main')
-rw-r--r-- | bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn index 9d361bf101..2c080bea2f 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/CreateChildServiceBB.bpmn @@ -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"> |