use wpid for MissingValueForParameter error (#2527)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user