fix(input): allow test value if no real value provided for inputs in deployed executions (#2186)

* fix(input): allow test value if no real value provided for inputs in deployed executions

* ack PR comments
This commit is contained in:
Waleed
2025-12-04 11:41:08 -08:00
committed by GitHub
parent 6bfb643ef8
commit f44e7e34ec
3 changed files with 128 additions and 16 deletions

View File

@@ -250,7 +250,6 @@ export class DAGExecutor {
const blockOutput = buildStartBlockOutput({
resolution: startResolution,
workflowInput: this.workflowInput,
isDeployedExecution: this.contextExtensions?.isDeployedContext === true,
})
state.setBlockState(startResolution.block.id, {