Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

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.

  • Wait-for-Mail-signal

Filter-Reg-Exp

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.

  • johnm1477@gmail.com

Password

The password of the email account

  • &e1am!sIlI

Port

The port corresponding to the email address and the host.

  • 995

Host

The Mail-Host.

  • imap.gmail.com

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

  • No labels