SignalByMailWithLimitAndMoveMessage

Description

The SignalByMailWithLimitAndMoveMessage timer checks a mailbox for new mails and forwards the corresponding process instance and moves the mail.

 


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.

  • [0-9]{4}

Activitynames-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

A regular expression that contains a condition. If something is matched by it, the mail containing the matched text will be processed.

 

E-Mail-address

The complete email address from which the mails are retrieved.

Password

The password of the email account

Port

The port corresponding to the email address and the host.

  • 995

Host

The Mail-Host.

Limit

The number of emails processed in one iteration.

  • 1

MoveFolder

The folder to which processed emails are moved.

Moving emails does not work with pop3

  • Checked

 

Example