mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +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:
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue