From 19ab2338a2af9daf35835cebf85a7415867d19bb Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 12 Sep 2018 18:52:39 +0200 Subject: Guard policy Backend Introduce Guard policy backend code Issue-ID: CLAMP-190 Change-Id: I7d60c6dd700c84607329f5449287465379b94807 Signed-off-by: sebdet --- src/main/resources/clds/camel/routes/flexible-flow.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/clds/camel/routes/flexible-flow.xml') diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml index 8305c2e4..c7f7ec3b 100644 --- a/src/main/resources/clds/camel/routes/flexible-flow.xml +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -10,6 +10,7 @@ 30000 + @@ -22,6 +23,7 @@ + ${exchangeProperty.actionCd} == 'UPDATE' @@ -31,16 +33,19 @@ 30000 + ${exchangeProperty.actionCd} == 'STOP' + ${exchangeProperty.actionCd} == 'RESTART' + -- cgit 1.2.3-korg