Bring it back: turn on run_with code and ai fallback by default for task v2 (#3593) (#3604)

This commit is contained in:
Shuchang Zheng
2025-10-02 19:53:20 -07:00
committed by GitHub
parent 1cfa23ae38
commit 07cfcc14d9
5 changed files with 7 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ const useWorkflowSave = () => {
blocks: saveData.blocks,
},
is_saved_task: saveData.workflow.is_saved_task,
status: saveData.workflow.status,
run_sequentially: saveData.settings.runSequentially,
sequential_key: saveData.settings.sequentialKey,
};