mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
update the schedule trigger limit per workflow (#659)
Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
@@ -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.
|
||||
|
||||
<Info>
|
||||
Each workflow can have at most one schedule trigger.
|
||||
</Info>
|
||||
|
||||
- [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.
|
||||
|
||||
@@ -5,7 +5,9 @@ title: Schedule Trigger
|
||||
## Introduction
|
||||
|
||||
<Info>
|
||||
Triggers are available for workflow applications only.
|
||||
- Triggers are available for workflow applications only.
|
||||
|
||||
- Each workflow can have at most one schedule trigger.
|
||||
</Info>
|
||||
|
||||
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**.
|
||||
|
||||
<Tip>
|
||||
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.
|
||||
</Tip>
|
||||
|
||||
## Configure a Schedule Trigger
|
||||
|
||||
You can configure the schedule using either the default visual picker or a cron expression.
|
||||
|
||||
Reference in New Issue
Block a user