Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I'm using a plugin in my application, everything is done. But when i check the log, there are plenty exception as shown below. Image Removed
The good thing is, it doesn't influence any result there, but the bad thing is as it doesn't ruin anything, I could not tell where it takes place and what caused that strange stuff. Image Added

In my plugins, I've used the many stuff as "option =  AppUtil.processHashVariable(option, wfAssignment, null, null);" to get the value by hash variable.

...