From d72d0d05d74f4125e8f36beea096aa7769d19eab Mon Sep 17 00:00:00 2001 From: sebdet Date: Sat, 1 Dec 2018 15:09:54 +0100 Subject: Additional code for Tosca Tosca code for policy dynamic configuration Issue-ID: CLAMP-252,CLAMP-251 Change-Id: Icd96f833567050c1dd4730a61765507ad24ebd2e Signed-off-by: sebdet --- .../resources/clds/camel/routes/flexible-flow.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/test/resources/clds/camel/routes/flexible-flow.xml (limited to 'src/test/resources/clds/camel') diff --git a/src/test/resources/clds/camel/routes/flexible-flow.xml b/src/test/resources/clds/camel/routes/flexible-flow.xml new file mode 100644 index 000000000..8305c2e49 --- /dev/null +++ b/src/test/resources/clds/camel/routes/flexible-flow.xml @@ -0,0 +1,50 @@ + + + + + + ${exchangeProperty.actionCd} == 'SUBMIT' || ${exchangeProperty.actionCd} == 'RESUBMIT' + + + + 30000 + + + + + + ${exchangeProperty.actionCd} == 'DELETE' + + + + + 30000 + + + + + ${exchangeProperty.actionCd} == 'UPDATE' + + + + 30000 + + + + + + ${exchangeProperty.actionCd} == 'STOP' + + + + + ${exchangeProperty.actionCd} == 'RESTART' + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg