From bc05a77ffd6fae3aaae8ddaddb7ceea3debd9fd0 Mon Sep 17 00:00:00 2001 From: "pramod.jamkhedkar" Date: Thu, 21 May 2020 23:55:10 -0400 Subject: Change CLC logic for updated OPHist DB entries. Change the CLC policy logic to match the udpate Operations History DB rules. Now if a record has outcome = Started, it is considered to be in progress. Else it is considered to be complete. Issue-ID: POLICY-2583 Change-Id: If3f626bfec2d0656e43a26929107f68ff27af020 Signed-off-by: pramod.jamkhedkar --- .../onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/guard/src/main') diff --git a/applications/guard/src/main/resources/coordination/function/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml b/applications/guard/src/main/resources/coordination/function/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml index bea05f26..59539f89 100644 --- a/applications/guard/src/main/resources/coordination/function/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml +++ b/applications/guard/src/main/resources/coordination/function/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml @@ -56,7 +56,7 @@ MustBePresent="false" /> Success + DataType="http://www.w3.org/2001/XMLSchema#string">In_Progress -- cgit 1.2.3-korg