aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-11-03 14:09:27 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-03 14:09:27 +0000
commit08b707515f83f120408974454c0e0e5157d31ffc (patch)
tree8cfeba90d027a87bdb07dce14b4b21cc323140f0
parentaa7b1de173004652e55e74405c3955ab1740a173 (diff)
parentdf6ed833185ecdc20d6faf71c55160fd8638f3c3 (diff)
Merge "Write to DB on guard deny"
-rw-r--r--controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl1
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
index acc980686..fbc46a3ee 100644
--- a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
+++ b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
@@ -726,6 +726,7 @@ rule "${policyName}.GUARD.RESPONSE"
}
else {
//This is the Deny case
+ $operation.startOperation($event);
$operation.setOperationHasGuardDeny();
retract($opTimer);
retract($operation);