denpendent run frontend (#3462)

This commit is contained in:
LawyZheng
2025-09-18 17:40:59 +08:00
committed by GitHub
parent 3e12133af9
commit 31a9fe19bc
8 changed files with 24 additions and 0 deletions

View File

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