This is an old revision of the document!
This timer checks a mailbox for new mails and forwards the corresponding process instance.
any name
ProcessInstanceManager
signalByMailWithLimitAndMoveMessage
piIdRegex, a regular expression, that specifies how the ProcessInstanceID is found.
It searches in the text and in the subject for this.
nodeNameRegex, a regular expression that searches the currently processed mail of the given activity and signals it. It searches in texts and in subjects on the server for this.
filterRegex, a Regular Expression that specifies a condition which mails are to be processed.
IMPORTANT!If parts of the regular expression set in ( ) they will still be searched but not 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 stands between args [3] and & args [4].
email, the complete e-mail address from which the mails are retrieved.
password, password of the E-Mail account
port, match the e-mail address and the host
host, e.g. pop3.gmail.com
"(\?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
T!M Version : Version 3.5.1