Reloading automation on all terminals

I’m calling the refresh cache mutation but I don’t see changes to automation. Does the reset cache mutation also cause a reload of automation?

If not, is there a way to trigger a reload of automation commands on all terminals?

not used the mutation, peetty sure the action works like that.

The action works no problem.

I have a rule that executes a script to update a table when a delivery or takeaway ticket type is closed. When I change the settings to set ticket type in an external program, the rule is updated via a SQL update statement. I was trying to get the mutation to reload the automation data but it does not seem to be working (at least when I view the rule in settings after executing the mutation).

In the end I’ve eliminated the rule to execute the script and instead just joined on the ticket table to get the closed DateTime.