workflow run sequential key frontend (#3511)

This commit is contained in:
LawyZheng
2025-09-24 14:34:42 +08:00
committed by GitHub
parent 3e5e61ed50
commit ad731f6175
12 changed files with 49 additions and 11 deletions

View File

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