Activity
See what automation did and why.
The Activity tab is a local debugging view for trigger behavior. It does not save to the server database.
What It Shows
Command sentwhen a trigger fires and submits a command.Blocked by cooldownwhen a trigger matched but did not fire because cooldown is active.Invalid regexwhen a regex pattern cannot compile.- The matching line and the final expanded command.
- The original template when variables or aliases changed the command.
When To Use It
Open Activity while building new triggers. It helps answer whether the pattern did not match, cooldown blocked it, or the generated command was different than expected.