diff --git a/en/use-dify/nodes/trigger/overview.mdx b/en/use-dify/nodes/trigger/overview.mdx index 9e879232..580c0222 100644 --- a/en/use-dify/nodes/trigger/overview.mdx +++ b/en/use-dify/nodes/trigger/overview.mdx @@ -35,6 +35,10 @@ The trigger source for each workflow execution is displayed in the **Logs** sect - Example: Automatically generate a daily sales report every morning at 9 AM and email it to your team. + + Each workflow can have at most one schedule trigger. + + - [Plugin Trigger](/en/use-dify/nodes/trigger/plugin-trigger) - Runs your workflow when a specific event occurs in an external system, via an event subscription through a trigger plugin. diff --git a/en/use-dify/nodes/trigger/schedule-trigger.mdx b/en/use-dify/nodes/trigger/schedule-trigger.mdx index a234dd4e..d46fda22 100644 --- a/en/use-dify/nodes/trigger/schedule-trigger.mdx +++ b/en/use-dify/nodes/trigger/schedule-trigger.mdx @@ -5,7 +5,9 @@ title: Schedule Trigger ## Introduction - Triggers are available for workflow applications only. + - Triggers are available for workflow applications only. + + - Each workflow can have at most one schedule trigger. Schedule triggers enable your workflow to run at specified times or intervals. They are ideal for recurring tasks like generating daily reports or sending scheduled notifications. @@ -14,12 +16,6 @@ Schedule triggers enable your workflow to run at specified times or intervals. T On the workflow canvas, right-click and select **Add Node** > **Start** > **Schedule Trigger**. - - A workflow can have multiple schedule triggers running in parallel. - - When the parallel branches contain identical consecutive nodes, you can add a [Variable Aggregator](/en/use-dify/nodes/variable-aggregator) node to merge the branches before the common section, without duplicating the same nodes across each branch. - - ## Configure a Schedule Trigger You can configure the schedule using either the default visual picker or a cron expression.