Workflow Error

0
Hello, I have been receiving this error while running my workflow. Does anyone know why or how to fix it? java.lang.IllegalArgumentException: requirement failed: Reference values can't be null.  Thanks
asked
1 answers
0

Somewhere a parameter value is null where it is not allowed to be. So you need mpre info. Find out what activity triggers this error, by setting breakpoints or excluding the suspects.

answered