Skip to content

Cron

Cron on Github

Direktiv flows can have different start actions. This can be a direct call or waiting for events. Another way of executing flows is the cron start definition.

Cron
direktiv_api: workflow/v1

start:
  type: scheduled
  cron: '* * * * *' # Trigger a new instance every minute.

states:
- id: run
  type: noop
  log: Run Cron