diff --git a/src/service/resources/TICKscript/deadman-template.tick b/src/service/resources/TICKscript/deadman-template.tick index 730a4610b0d8bdf97164db121ed67fa7a3e2c95e..ae6d6859ebf144fc88ea970cbd3d1be9f885db45 100644 --- a/src/service/resources/TICKscript/deadman-template.tick +++ b/src/service/resources/TICKscript/deadman-template.tick @@ -34,4 +34,5 @@ stream .details('db=' + db + ',sfc=' + sfc + ',sfci=' + sfci + ',policy=' + policy) .message(messageValue) .topic(topicID) - .noRecoveries() \ No newline at end of file + .noRecoveries() + .stateChangesOnly() \ No newline at end of file diff --git a/src/service/resources/TICKscript/relative-template.tick b/src/service/resources/TICKscript/relative-template.tick index 669954bfd91b8ee6aad243a1fba01e9a54ab4bb9..1b27df7935ba4beef35190389e3d7fcb6d521c55 100644 --- a/src/service/resources/TICKscript/relative-template.tick +++ b/src/service/resources/TICKscript/relative-template.tick @@ -52,4 +52,5 @@ past .crit(comparisonLambda) .message(messageValue) .topic(topicID) - .noRecoveries() \ No newline at end of file + .noRecoveries() + .stateChangesOnly() \ No newline at end of file diff --git a/src/service/resources/TICKscript/threshold-batch-template.tick b/src/service/resources/TICKscript/threshold-batch-template.tick index f5f7a64b91006de1420b2a65232bc2ba55d8e44c..ed7b60357b82e2ae5064e894dfcac1b55eb8dc3d 100644 --- a/src/service/resources/TICKscript/threshold-batch-template.tick +++ b/src/service/resources/TICKscript/threshold-batch-template.tick @@ -36,4 +36,5 @@ batch .crit(comparisonLambda) .message(messageValue) .topic(topicID) - .noRecoveries() \ No newline at end of file + .noRecoveries() + .stateChangesOnly() \ No newline at end of file diff --git a/src/service/resources/TICKscript/threshold-stream-template.tick b/src/service/resources/TICKscript/threshold-stream-template.tick index 9eb886589943d4da76a1ea8699f1efe7afb365a6..68b50f353cd69fce20db3cf6ed7e7b04712bacc1 100644 --- a/src/service/resources/TICKscript/threshold-stream-template.tick +++ b/src/service/resources/TICKscript/threshold-stream-template.tick @@ -34,3 +34,4 @@ stream .message(messageValue) .topic(topicID) .noRecoveries() + .stateChangesOnly() \ No newline at end of file