Trigger

Name
Funktion

CRON-Trigger

The CRON trigger allows for the creation of a precise schedule for triggering a workflow. It allows configuring seconds, minutes, hours, days, weeks, and months to specify specific trigger times. For example, a trigger can be set to activate every two minutes and at seconds 5 and 45. Additionally, the settings for time units not mentioned in the example provide further flexibility in configuring trigger times.

Datenmodell-Trigger

The Datenmodell trigger fires when something changes in the selected data model. Two different events can be selected as triggers: Add or Modify: Fires when an entry is changed or added. Delete: Fires when a record is deleted.

DB-Trigger

The DB trigger fires when something changes in the selected columns of a table in a database connected via an Edge Connector or when a record is added. Additionally, it can also trigger on connect.

GUI-Trigger

The GUI trigger can be triggered by binding buttons on pages.

Intervall-Trigger

The interval trigger fires at a specific rhythm set in whole seconds.

Mail-Trigger

E-Mail-Trigger: The E-Mail trigger fires when a new email arrives in any of the connected mailboxes. The following conditions can be set for triggering. The trigger is only fired if all specified conditions are met. - Check sender: Checks if the sender address matches the specified address. - Regular expression for subject - Regular expression for content

MQTT-Trigger

OPC Bit-Trigger

When setting a bit triggers a transfer, this trigger fires. Additionally, it can be configured whether a response bit should be written.

OPC Datensatztrigger

The OPC Bit Trigger fires when the value of the configured data source changes. It can also be configured to trigger on every new value, regardless of whether the value has changed or not.

Rest-Trigger

Provides an API endpoint through a REST client Edge Connector that is triggered by calling the API. The endpoint address is composed as follows: https://-YourDomain-.manubes.cloud/rest/-endpoint-

Test-Trigger

The test trigger is intended to test the functionality of a workflow. It can be manually triggered in the workflow view.

Last updated