Action cron

Action cron

A cron is a command for scheduling a task to be executed periodically sometime in the future.

Inside TagoIO, cron is used to define when a Schedule Action will be triggered.

To modify the cron of the Action, select the Advanced property in the top right of the Recurrence options panel.

  1. This field allows you to change the timezone where your cron will run.
  2. This field contains the cron data. You must insert a correctly formatted cron here, otherwise, you won't be able to save your Action. Learn more about cron and its format.
  3. In this field you can see a visual representation explaining when your action will run based on the cron. If your cron is not properly formatted this field will disappear.

    • Related Articles

    • Running Analysis via Action

      Actions have the power to initiate scripts that run in the Analysis. This is a very powerful feature, as you can define exactly when your code will run. For example, you can run an Analysis every time data is sent from a device, or when it meets a ...
    • Trigger by Schedule

      The trigger type Trigger by Schedule allows you to define a time interval in order to execute your Actions automatically. There are 2 (two) categories inside of this trigger type: By Interval: Allows you to specify a time interval to trigger the ...
    • Actions

      Actions is a very powerful feature that gives you total control over your devices based on events determined by you. With Actions you can: Send an SMS based on certain conditions; Send an Email based on certain conditions; Run scripts using Analysis; ...
    • Trigger by Resource

      The trigger type Trigger by Resource allows you to execute your Action when a resource meets certain conditions. A resource is one of the following: Access Management Actions Analysis Device RunUser For example, you can trigger an Action when a new ...
    • Trigger by MQTT Topic

      The trigger type, Trigger by Variable, allows you to execute your Action when data is sent to an MQTT topic. TagoIO has its own MQTT broker that is responsible for pushing data to clients in case something new is published in the specific topics they ...