mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
use wpid for MissingValueForParameter error (#2527)
This commit is contained in:
parent
e5bfca9f19
commit
0024af2fe8
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class WorkflowService:
|
|||
else:
|
||||
raise MissingValueForParameter(
|
||||
parameter_key=workflow_parameter.key,
|
||||
workflow_id=workflow.workflow_id,
|
||||
workflow_id=workflow.workflow_permanent_id,
|
||||
workflow_run_id=workflow_run.workflow_run_id,
|
||||
)
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue