RM 4.0 - Error when trying to create a trigger on Rule paused

When Attempting to create a rule with the trigger of Rule Paused, I get thrown this error.

2019-09-11 11:59:57.866 pm errorgroovy.lang.MissingPropertyException: No such property: id for class: java.lang.String on line 728 (selectTriggers)

Any advice?

Definitely a bug. As a temporary work around, rather than pausing the rule, have you tried using a booblean global variable in the rule that you are pausing? You can respond to the variable becoming false and prevent the rule from executing if the variable is false as well. That's one possible work around till this gets fixed.

I thought about that but I don't particularly like the interface for RM. It's a PiTA to edit a condition.
I'll probably just suck it up and do it.

Thanks!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.