Flow Settings
Description
Each flow has specific settings that control its behavior and execution.
Automation Control
You can enable or disable automation for a specific flow.
- Automation On: The flow will run according to scheduled crons or triggers.
- Automation Off: The flow will ignore automated triggers, useful for "draft" or "deprecated" flows.
Cookie Jar
The Cookie Jar feature simplifies state management for flows that require session persistence.
- Enabled: Flowtest automatically stores cookies received in responses and sends them in subsequent requests within the same run.
- Behavior: The jar starts empty for each execution.
Motivation
Cookie Jar eliminates the need to manually extract `Set-Cookie` headers and pass them to variables, making authentication flows much simpler to configure.