use wpid for MissingValueForParameter error (#2527)

This commit is contained in:
Shuchang Zheng 2025-05-29 14:26:09 -07:00 committed by GitHub
parent e5bfca9f19
commit 0024af2fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ class WorkflowService:
else: else:
raise MissingValueForParameter( raise MissingValueForParameter(
parameter_key=workflow_parameter.key, parameter_key=workflow_parameter.key,
workflow_id=workflow.workflow_id, workflow_id=workflow.workflow_permanent_id,
workflow_run_id=workflow_run.workflow_run_id, workflow_run_id=workflow_run.workflow_run_id,
) )
except Exception as e: except Exception as e: