Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The SignalByMailWithLimitAndMoveMessage timer checks a mailbox for new mails and forwards the corresponding process instance and moves the mail.

...

Webservice Name

Code Block
ProcessInstanceManager

Webservice Method

Code Block
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.

  • Code Block
    [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.

  • Code Block
    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.

  • Code Block
    johnm1477@gmail.com

Password

The password of the email account

  • Code Block
    &e1am!sIlI

Port

The port corresponding to the email address and the host.

  • 995

Host

The Mail-Host.

  • Code Block
    imap.gmail.com

Limit

The number of emails processed in one iteration.

  • 1

MoveFolder

The folder to which processed emails are moved.

Note

Moving emails does not work with pop3

  • Checked

...