Enabling scheduling for agentic workflows
To enable scheduling in agentic workflows, setschedulable=True in the @flow decorator:
Enabling scheduling for agents
To enable scheduling in agents, enable scheduling when creating the agent:Scheduling is disabled by default for all agents. Enable it manually if you want to use it.

