Trigger block

Define how this dataflow will be triggered

The Trigger block defines when and how a Connect+ dataflow runs. It allows you to configure the trigger type and set the schedule for the dataflow. It is the first block in your Connect+ dataflow and is available by default when the dataflow is created.

When to use

Configure this block when you need to:

  • Schedule a file-based dataflow to run at regular intervals, such as every X minutes, hours, or days.
  • Trigger a dataflow from a Kafka stream instead of a file.
  • Set a specific time or day-based schedule for dataflow execution.

Prerequisites

Before configuring this block, ensure the following:

  • You know the trigger type required for your dataflow: File based or Kafka stream.
  • The schedule interval for the dataflow.

Configuration fields

Field nameRequiredDescription
Trigger typeYesThe method used to trigger the dataflow. Select File based or Kafka stream from the dropdown. Default value: File based.
ScheduleYesThe interval at which the dataflow is triggered. Select Every X minutes, Every X hours, At specific time, Every X days, or Every week day from the dropdown. Default value: Every X minutes.
Every ___ minute(s)YesThe number of minutes between each trigger. Appears when Schedule is set to Every X minutes. Default value: 5.