batch input field processing for input actions when caching and running workflows with code (#4250)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user