Flows Running
Flow Execution Methods
flow8 provides flexibility in how flows are executed. Supported methods include:
-
On-Demand Execution: Flows can be manually triggered at any time, allowing users to execute tasks as needed.
-
Scheduled Execution (Cron): Flows can be scheduled to run automatically at specific intervals using a cron-like scheduling system.
-
Webhook Triggers: Flows can be triggered by external systems or events through webhooks, enabling real-time automation.
Dynamic Flow Configuration
Flows may accept additional arguments when executed. These arguments allow for on-the-fly customization, enabling users to modify the behavior or parameters of flows dynamically during execution. This provides greater control and adaptability for various use cases.