migrate generate_script -> run_with (FE) (#3555)

This commit is contained in:
Jonathan Dobson
2025-09-29 18:59:31 -04:00
committed by GitHub
parent c7ba5a5911
commit d4de6a4d09
13 changed files with 19 additions and 22 deletions

View File

@@ -124,7 +124,7 @@ function getWorkflowElements(version: WorkflowVersion) {
extraHttpHeaders: version.extra_http_headers
? JSON.stringify(version.extra_http_headers)
: null,
useScriptCache: version.generate_script,
runWith: version.run_with,
scriptCacheKey: version.cache_key,
aiFallback: version.ai_fallback ?? true,
runSequentially: version.run_sequentially ?? false,