fix: preserve legacy input path resolution

This commit is contained in:
lda
2026-08-13 16:26:44 +07:00 Unverified
parent acda465d35
commit b216521f47
3 changed files with 74 additions and 1 deletions
-1
View File
@@ -94,7 +94,6 @@ def resolve_step_input_bindings(
workflow_input=workflow_input,
context=context,
)
value = validate_strict_json_value(value)
except (ValueError, WorkflowExecutionError) as exc:
raise WorkflowExecutionError(f"{label} {location}: {exc}") from exc
elif isinstance(binding, InputExpressionBinding):