UiPath Documentation
maestro
latest
false
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Guía del usuario de 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.

Configuración

CampoObligatorioDescripción
Schedule typeHow 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.
Zona horariaThe time zone used to interpret the schedule. Default: UTC.
Esquema de entradaNoStatic input variable values to pass to the workflow on each scheduled run.

Ejemplos

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

Notas

  • 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.
  • Configuración
  • Ejemplos
  • Notas

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado