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

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.

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

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:

(args\[3\]=)[A-Za-z_0-9]*(\&args\[4\]=)

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

"(args\[3\]=)[A-Za-z_0-9]*(\&args\[4\]=)"

E-Mail-address

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

  • johnm1477@gmail.com

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

"(\?args\[0\]=)[0-9]{4}(\&args\[1\]=)","(args\[3\]=)[A-Za-z_0-9]*(\&args\[4\]=)","",johnm1477@gmail.com,&e1am!sIlI,995,pop.gmail.com

  • No labels