SetOnErrorEmailHandler

Description

This ActionHandler 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 or in a process variable respectively. Error mails are now sent to the stored email address, not to the assigned group's email address.

If the process variable in the form is left empty, the error mail will be sent to the assigned group's email address.


Class

com.dooris.bpm.actionhandler.SetOnErrorEmailHandler

Parameter

Parameter

Default value

Description

Valid examples

Parameter

Default value

Description

Valid examples

errorMail

 

The parameter errorMail stores the email address that will receive the process instance's error mails. Here the user can store multiple email addresses in the following format:

errorMail=error@tim.de,critical.error@tim.de

The errorMail parameter 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}

error@tim.de

${myErrorMail}