i__get_schedule_intrinsic_tool__, i__delete_schedule_intrinsic_tool__, i__get_flow_status_intrinsic_tool__) into your agents. These tools are now deprecated and you no longer need them.
Migration steps
Remove old intrinsic tools
Remove the deprecated tools from your code:
i__get_schedule_intrinsic_tool__i__delete_schedule_intrinsic_tool__i__get_flow_status_intrinsic_tool__
Configure agents or agentic workflows as schedulable
Enable scheduling by adding the appropriate flag to your agentic workflows and agents.For agentic workflows:Add For agents:Add
schedulable=True to the @flow decorator:is_schedulable=True to the agent configuration:Redeploy
After you make these changes:
- Import your updated agent or agentic workflow. For more information, see:
- Test scheduling to ensure it works correctly.
- Deploy to your live environment when ready.

