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 the conditions under which mails are to be processed.
IMPORTANT!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]
the complete e-mail address from which the mails are retrieved.
the password of the E-Mail account
the port corresponding to 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
TIM Version : Version 3.5.1