Skip to main content
Nintex Community Menu Bar

MailEvent Continue On Error

  • May 1, 2009
  • 1 reply
  • 10 views

Forum|alt.badge.img+2

We use an xml field to set the destination users for our MailEvents.  We've noticed that the process stops if there is an error with the address information for any user in the group.  Our client has asked if there is an option to have the MailEvent ignore that user and continue mailing the others.  Is there something or do we have to coden this behavior oursleves?

1 reply

Forum|alt.badge.img+13
  • Rookie
  • May 4, 2009
You can code with try catch and just log the error event to EventLog.   If you don't throw an exception the process ignore the error.