Skip to main content

Triggers

Triggers are components that initiate workflow execution based on specific events or conditions. They are the starting points of workflows and can be configured to respond to various types of events.

Available Triggers

TriggerDescriptionConfiguration
Timer TriggerExecutes workflows at specified intervals- Cron expression
- Timezone

Using Triggers

Configuration

  1. Select a trigger type
  2. Configure trigger parameters
  3. Connect to workflow components
  4. Set up error handling

Best Practices

  • Use appropriate intervals for timer triggers
  • Implement proper error handling
  • Monitor trigger execution
  • Consider timezone settings
  • Use appropriate logging