The SetOnErrorHandler makes it possible to send error mails of a process instance to a dynamic receiver. I.e. email addresses can be stored directly in the handler's parameter errormail and a smartform variable respectively. Error mails are now sent to the stored email address, not to the assigned group's email address.
com.dooris.bpm.actionhandler.SetOnErrorEmailHandler
Any
Any
Empty
The parameter errorMail stores the email address that will receive the process instance's error mails. Here you can store multiple email addresses in the following format.
errorMail=error@tim.de,critical.error@tim.de
errorMail can also store a process variable. If the process variable is left empty, error mails are sent to the assigned group's email address.
errorMail=${myErrorMail}
Available since Tim v5.3