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. |
|
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. |
|
Host | The Mail-Host. |
|
Limit | The number of emails processed in one iteration. |
|
MoveFolder | The folder to which processed emails are moved. Moving emails does not work with pop3 |
|