Trigger
This is where you can configure how the Flow will be activated. It can be activated automatically by configuring the settings, or you can choose to activate it manually.
Step 1: After completing the "Flow" node setup, users can click on the "Trigger" node.

A panel will appear on the right-hand side, enabling users to define when the flow should start. The panel provides four options for initiating the flow. Users can choose one of the following options:
-
Operation Completes.
-
Anomalous Table and File Detection.
-
Anomaly Detected.
-
Manual

Important Information About Triggers
Note
Each Flow can have only one trigger. If you want to execute a different action or change the trigger, you’ll need to clone the Flow and configure the new trigger.
Operation Completes
This type of flow is triggered whenever an operation, such as a catalog, profile, or scan, is completed on a source datastore. Upon completion, teams are promptly notified through in-app messages and, if configured, via external notification channels such as email, Slack, Microsoft Teams, and others. For example, the team is notified whenever the catalog operation is completed, helping them proceed with the profile operation on the datastore.

Filter Conditions
Filters can be set to narrow down which operations should trigger the flow execution:
-
Source Datastore Tags: The flow is triggered only for source datastores that have all the selected tags assigned.
-
Source Datastores: The flow is triggered only for the selected source datastores.
-
Operation Types: The flow is triggered only for operations that match one or more of the selected types.
-
Operation Status: The flow is triggered for operations with a status of either Success or Failure.

Once the conditions are set, click the Save button to finalize the trigger configuration.

Anomalous Table and File Detected
This flow is triggered when anomalies are detected within a specific table, file and check rule types. It includes information about the number of anomalies found and the specific scan target within the datastore. This is useful for assessing the overall health of a particular datastore.

Filter Conditions
Users can optionally set filters to specify which tables or files should trigger the flow execution.
-
Tables / Files Tags: Only tables or files with all the selected tags assigned will trigger the flow.
-
Source Datastores: The flow is triggered only for the selected source datastores.
-
Check Rule Types: Only anomalies identified by one or more of the selected check rule types will initiate the flow.

After defining the conditions, users must click the Save button to finalize the trigger configuration.

Anomaly Detected
This type of flow is triggered when any single anomaly is identified in the data. The flow message typically includes the type of anomaly detected and the datastore where it was found. It provides specific information about the anomaly type, which helps quickly understand the issue's nature.

Filter Condition
Users can define specific conditions to determine when the flow should be initiated.
-
Anomaly’s Tags: Only anomalies with all selected tags assigned will trigger the flow.
-
Source Datastores: Only triggered when anomalies are detected in the selected datastores.
-
Check Rule Types: Only anomalies identified by one or more of the selected check rule types will initiate the flow.
-
Anomaly Weight (Min): Only anomalies with a weight equal to or greater than the specified value will trigger the flow.

Step 2: Once the filter conditions are set, users must click the Save button to finalize the configuration.

Manual
The flow starts only when the user manually triggers it. It doesn’t depend on any automatic conditions or detections, giving the user full control.
Note
Here you can manually activate a Flow. For a full walkthrough of manual execution, refer to Execute Manual Flows documentation.

Once selected, users must click the Save button to confirm the manual trigger configuration.

Hover over the filter tooltip in trigger nodes to view the applied conditions such as tags, datastores, and operation types. This provides quick visibility into how each trigger is configured.

FAQ
1>. What’s the difference between a Flow and a Trigger?
A Flow is the overall automation pipeline, while a Trigger determines when the flow starts — such as after operation completion, anomaly detection, or manually.