Support Article
Missing Inputs in workflow does not print the inputs name
SA-7532
Summary
A workflow is missing 3 inputs, the error message/exceptions does not print the name, instead it prints null, null , null.
Error Messages
Not Applicable
Steps to Reproduce
- Create a workflow which will expect some input parameters while invocation.
- Invoke it with out passing input parameters.
Root Cause
In OOTB, when a compiled workflow is invoked with missing input variable(s), the error message on the screen prints null instead of printing the missing input variable names.
On the server console, it gives InvalidParameterException stating Summary - Missing Required Input Contexts for name(s) null null null.
Resolution
HotFix-907 addresses the issue.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.