UiPath Documentation
maestro
latest
false
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Benutzerhandbuch zu 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.

Konfiguration

FeldErforderlichBeschreibung
Schedule typeJaHow the schedule is defined: Interval (every N minutes/hours/days) or Cron (a cron expression for precise scheduling).
IntervallBedingtThe repeat interval and unit (minutes, hours, or days). Required when schedule type is Interval.
Cron expressionBedingtA standard cron expression (5 fields). Required when schedule type is Cron.
ZeitzoneJaThe time zone used to interpret the schedule. Default: UTC.
EingabeschemaNeinStatic input variable values to pass to the workflow on each scheduled run.

Beispiele

ZielSchedule typeWert
Every 30 minutesIntervall30 Minuten
Every day at 9:00 AMCron0 9 * * *
Every Monday at midnightCron0 0 * * 1
Every hourIntervall1 Stunde

Hinweise

  • 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.
  • Konfiguration
  • Beispiele
  • Hinweise

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben