Nintex workflow error message is too long and gets cut off

  • 30 June 2015
  • 1 reply
  • 8 views

Badge +3

There is an error with my workflow and I am trying to debug it but the error message is too long and gets cut off at the end.

Please see the attached screenshot below. Is there a way I can view the full error message? thanks.

error.jpg


1 reply

Userlevel 5
Badge +9

You have multiple possibilities :

  • as you are debugging, you can activate the verbose logging and get detailed information regarding the execution of the workflow
  • in the configuration of your web request you can handle the error and store the error description in a variable. Then you can :

Hope this helps

Reply