summaryrefslogtreecommitdiffstats
path: root/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js')
-rw-r--r--examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js b/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js
index a3d52f20f..ddfbe9254 100644
--- a/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js
+++ b/examples/examples-decisionmaker/src/main/resources/logic/RoundRobinAnswerTask.js
@@ -42,4 +42,4 @@ executor.outFields.put("decision", executor.getContextAlbum("AnswerAlbum").get(s
executor.logger.info(executor.outFields);
-var returnValue = executor.TRUE; \ No newline at end of file
+var returnValue = executor.isTrue;