diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-03 14:09:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-03 14:09:27 +0000 |
commit | 08b707515f83f120408974454c0e0e5157d31ffc (patch) | |
tree | 8cfeba90d027a87bdb07dce14b4b21cc323140f0 | |
parent | aa7b1de173004652e55e74405c3955ab1740a173 (diff) | |
parent | df6ed833185ecdc20d6faf71c55160fd8638f3c3 (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__.drl | 1 |
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); |