diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2020-05-21 23:55:10 -0400 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2020-05-26 07:48:23 -0400 |
commit | bc05a77ffd6fae3aaae8ddaddb7ceea3debd9fd0 (patch) | |
tree | 73db77b372a8afb8509027bdcf94c1defd6f54b2 /applications/guard/src/main/resources/coordination | |
parent | 18ad358dcefcc173638a944dbf7fd76833f8dd0c (diff) |
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 <pramod@research.att.com>
Diffstat (limited to 'applications/guard/src/main/resources/coordination')
-rw-r--r-- | applications/guard/src/main/resources/coordination/function/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> </Apply> <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Success</AttributeValue> + DataType="http://www.w3.org/2001/XMLSchema#string">In_Progress</AttributeValue> </Apply> </Condition> </Rule> |