Skip to content

Flows Running

Flow Execution Methods

flow8 provides flexibility in how flows are executed. Supported methods include:

  1. On-Demand Execution: Flows can be manually triggered at any time, allowing users to execute tasks as needed.

  2. Scheduled Execution (Cron): Flows can be scheduled to run automatically at specific intervals using a cron-like scheduling system.

  3. 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.