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 Geofence

      The "Trigger by Geofence" feature allows you to execute an Action whenever a variable containing location data meets specific geofence conditions—either inside or outside a predefined area. For instance, you can configure an action to trigger when 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; ...
    • Defining Actions

      Actions are initiated based on specific conditions and can execute a variety of tasks. The first step in configuring an Action is to specify the desired action. Below are the different types of actions available: Push Notification to myself This ...