batch input field processing for input actions when caching and running workflows with code (#4250)

This commit is contained in:
Shuchang Zheng
2025-12-16 10:08:19 +08:00
committed by GitHub
parent 1e5b8b36c1
commit 65b12f7ade
7 changed files with 320 additions and 57 deletions

View File

@@ -150,6 +150,7 @@ async def _load_cached_script_block_sources(
run_signature=script_block.run_signature,
workflow_run_id=script_block.workflow_run_id,
workflow_run_block_id=script_block.workflow_run_block_id,
input_fields=script_block.input_fields,
)
return cached_blocks