From: Determe, Sebastien (sd378r) Date: Wed, 23 May 2018 19:08:29 +0000 (+0200) Subject: Add 30s waiting time X-Git-Tag: v2.0.1~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=300c813bcf7677b9d6c8508f3c19e53abf39b7be Add 30s waiting time Add 30s waiting time between Config policy and Brms policy Issue-ID: POLICY-854 Change-Id: I27e46536a12fac19378344f74ec2da93471213f9 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/src/main/resources/clds/camel/flexible-flow.xml b/src/main/resources/clds/camel/flexible-flow.xml index b2a728d1..16daec92 100644 --- a/src/main/resources/clds/camel/flexible-flow.xml +++ b/src/main/resources/clds/camel/flexible-flow.xml @@ -6,23 +6,34 @@ ${exchangeProperty.actionCd} == 'SUBMIT' || ${exchangeProperty.actionCd} == 'RESUBMIT' + + 30000 + ${exchangeProperty.actionCd} == 'DELETE' - + + 30000 + + ${exchangeProperty.actionCd} == 'UPDATE' + + 30000 + ${exchangeProperty.actionCd} == 'STOP' - + ${exchangeProperty.actionCd} == 'RESTART'