From 7a58af870eb9934dfec4b5353672d7c428208116 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Wed, 6 Jun 2018 13:47:21 +0200 Subject: Minor Improvement Code rework postponed to Casablanca to not impact Bejing release + Update version to 3.0.0 Issue-ID: CLAMP-177 Change-Id: I3e2cb22c1158df0cf5d4cf8369f9c469004d68c0 Signed-off-by: Determe, Sebastien (sd378r) --- src/main/resources/clds/camel/flexible-flow.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/clds/camel/flexible-flow.xml') diff --git a/src/main/resources/clds/camel/flexible-flow.xml b/src/main/resources/clds/camel/flexible-flow.xml index 16daec920..8305c2e49 100644 --- a/src/main/resources/clds/camel/flexible-flow.xml +++ b/src/main/resources/clds/camel/flexible-flow.xml @@ -10,11 +10,13 @@ 30000 + ${exchangeProperty.actionCd} == 'DELETE' + 30000 @@ -29,18 +31,20 @@ 30000 + ${exchangeProperty.actionCd} == 'STOP' + ${exchangeProperty.actionCd} == 'RESTART' + - \ No newline at end of file -- cgit 1.2.3-korg