Short summary
Automation workflow interval from "manual" to "hourly" doesn't persist after save.
Affected version or release
v0.2.32
Installation context
No response
What happened?
When changing a workflow's interval from "manual" to "hourly" using the workflow editor UI, the change does not persist after saving. The interval reverts back to "manual" on next open.
Steps to reproduce
- Create or have an existing Automation workflow set to "manual" interval
- Open the workflow in the editor UI
- Change the interval to "hourly"
- Save the workflow
- Re-open the workflow — interval is still "manual"
Expected behavior
The interval change should persist after saving.
Additional context
Workaround
Using the save_workflow tool programmatically with workflow_id and interval parameters works correctly.
Short summary
Automation workflow interval from "manual" to "hourly" doesn't persist after save.
Affected version or release
v0.2.32
Installation context
No response
What happened?
When changing a workflow's interval from "manual" to "hourly" using the workflow editor UI, the change does not persist after saving. The interval reverts back to "manual" on next open.
Steps to reproduce
Expected behavior
The interval change should persist after saving.
Additional context
Workaround
Using the
save_workflowtool programmatically withworkflow_idandintervalparameters works correctly.