UiPath Documentation
maestro
latest
false
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Guide de l'utilisateur 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.

Configuration

ChampRequisDescription
Schedule typeOui (Yes)How the schedule is defined: Interval (every N minutes/hours/days) or Cron (a cron expression for precise scheduling).
Intervalle (Interval)ConditionnelThe repeat interval and unit (minutes, hours, or days). Required when schedule type is Interval.
Cron expressionConditionnelA standard cron expression (5 fields). Required when schedule type is Cron.
Fuseau horaireOui (Yes)The time zone used to interpret the schedule. Default: UTC.
Schéma d'entréeNon (No)Static input variable values to pass to the workflow on each scheduled run.

Exemples

ObjectifSchedule typeValeur (Value)
Every 30 minutesIntervalle (Interval)30 minutes
Every day at 9:00 AMCron0 9 * * *
Every Monday at midnightCron0 0 * * 1
Every hourIntervalle (Interval)1 heure

Remarques

  • 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.
  • Configuration
  • Exemples
  • Remarques

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour