[BUG] Stopped rule restarts when pb set to true makes required expression true

Steps to reproduce (2.3.8.134):

  • create simple test rule with required expression on pb true and single trigger, e.g. on periodic schedule or switch turns on
  • stop rule (pb is true, so re is true)
  • set pb to false in actions
  • set pb to true in actions - rule now running although it says stopped (in UI but also in application state stopped is set to true)

Only seems to behave this way with pb, or if pb is the only element of the required expression that makes the expression false and then true.

1 Like