aboutsummaryrefslogtreecommitdiffstats
path: root/template.demo
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-14 11:31:38 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-03-14 12:05:34 -0400
commit42ab38f051fa30e48c36c03e8983904bfaa60256 (patch)
tree0b33f8c68aaa2ceae7b997649ae90c0e7aee7b47 /template.demo
parent5318719622347f247fb659cf7ac3934c4449272f (diff)
adding release-1.0.0 as default
Change-Id: I195c010ad54d45f113dd5bc4a712c047ef529956 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'template.demo')
-rw-r--r--template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl b/template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl
index 28d4f9f34..987fa60a6 100644
--- a/template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl
+++ b/template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl
@@ -1224,7 +1224,7 @@ rule "${policyName}.MSO.RESPONSE"
//
// The operation can either be succeeded or failed
//
- if($response.request.requestStatus.requestState.equals("Completed")) {
+ if($response.request.requestStatus.requestState.equals("COMPLETE")) {
$operationWrapper.operation.outcome = "SUCCESS";
$manager.setControlLoopResult("SUCCESS");
notification.history.add($operationWrapper.operation);