Description
Time trigger starts executing further steps of the workflow when a certain time arrives. Functioning of the time trigger requires a launched workflow. Once the Time trigger activity is reached, the bot will wait for the specified time to come. When the time comes, the bot will execute the rest of the workflow.
Parameters
Trigger type
- Hourly
Select Minutes: specify the number of minutes at which the trigger will go off every hour.
- Daily
Select Time: specify your local time at which the trigger will go off every day.
- Weekly
Select Time: specify the local time.
Select Day: specify the day of the week.
The trigger will go off on the specified day at the specified time.
Comment
This parameter allows you to create an annotation to the activity. The input text will be displayed above the activity name.
How to use it?
One of the typical use cases is a bot required to run periodically at the specified time. Such a scenario lets you set up the workflow and the Time trigger, export the bot, so it is compatible with the Bot Runner application, and run the bot. The bot will wait for the specified time to come and execute the required steps.