SignalByMail

Description

The SignalByMail timer checks a mailbox for new mails and forwards the corresponding process instance.


Webservice Name

ProcessInstanceManager

Webservice Method

signalByMailWithLimitAndMoveMessage

 

Parameter

Parameter

Description

Valid examples

Parameter

Description

Valid examples

ProcessInstanceID-Reg-Exp

piIdRegex, a regular expression, that specifies how the ProcessInstanceID is found. It searches the text and the subject for this.

"(\?args\[0\]=)[0-9]{4}(\&args\[1\]=)"

Aktivitynames-Reg-Exp

nodeNameRegex, a regular expression that searches the currently processed mail for the given activity and signals it. It searches the texts and subjects on the server for this.

Filter-Reg-Exp

filterRegex, a regular expression that specifies the conditions under which mails are to be processed.

If parts of the regular expression are set in ( ), they will still be searched but will not be a part of the return value.(e.g.the PI-ID)

Example:

Returns a text with uppercase and lowercase letters, underscore and numbers when it is located between args[3]= and &args[4]

E-Mail-address

The complete e-mail address from which the mails are retrieved.

Password

The password of the mail account

  • Password123!

Port

The port corresponding to the mail address and the host

  • 995

Host

The Mail-Host

 

Example:

 

Â