UiPath Documentation
maestro
latest
false
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário do Maestro

Scheduled Trigger

Starts the workflow automatically on a recurring schedule. Use this trigger for periodic automation tasks such as daily reports, hourly data synchronization, or weekly cleanup jobs.

Configuração

CampoRequiredDescription
Schedule typeSimHow the schedule is defined: Interval (every N minutes/hours/days) or Cron (a cron expression for precise scheduling).
IntervaloCondicionalThe repeat interval and unit (minutes, hours, or days). Required when schedule type is Interval.
Cron expressionCondicionalA standard cron expression (5 fields). Required when schedule type is Cron.
Fuso horárioSimThe time zone used to interpret the schedule. Default: UTC.
Esquema de entradaNãoStatic input variable values to pass to the workflow on each scheduled run.

Exemplos

MetaSchedule typeValor
Every 30 minutesIntervalo30 minutos
Every day at 9:00 AMCron0 9 * * *
Every Monday at midnightCron0 0 * * 1
Every hourIntervalo1 hora

Observações

  • If a workflow is still running when its next scheduled start time arrives, the new run is skipped or queued depending on the Concurrency setting in the workflow's publish configuration.
  • The Scheduled Trigger does not fire until the flow is published.
  • Configuração
  • Exemplos
  • Observações

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades