From 5026055a053ebb66869a9d2eddebfe7253b09621 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Mar 2017 18:17:28 -0400 Subject: cherry 42ab38f051fa30e48c36c03e8983904bfaa60256 Change-Id: I4bace6eb9fd928183758dec8b6cd9e7c52d09d24 Signed-off-by: Pamela Dragosh --- .../src/main/resources/ControlLoopDemo__closedLoopControlName__.drl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template.demo') 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); -- cgit 1.2.3-korg