aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl2
1 files changed, 1 insertions, 1 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 fba1ee3ac..b1773f556 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
@@ -1245,7 +1245,7 @@ end
* ControlLoopParams object corresponding to the onset event.
*
*/
-rule "EVENT.CLEANUP"
+rule "${policyName}.EVENT.CLEANUP"
when
$event : VirtualControlLoopEvent( $clName: closedLoopControlName )
not ( Params( getClosedLoopControlName() == $clName) )