Versions Compared

Key

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

...

Info

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

...

Code Block
com.dooris.bpm.actionhandler.SetOnErrorEmailHandler

Parameter

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:

Info

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.

Info

errorMail=${myErrorMail}

error@tim.de

${myErrorMail}