Bpm notification configuration tutorial - bluesoft-rnd/aperte-workflow-core GitHub Wiki

Since 2.0, BPM Notification configuration is available from portlet, but it must be first properly configured:

  1. First we need to configure account, from which emails will be send. Its standard Java Mail configuration: frame

On the left, is marked list of saved connection profiles.

Some example configurations:

  • GMAIL via TLS

  • host: smtp.gmail.com

  • port: 587

  • start TLS: true

  • SMPT auth: true

  • user: [email protected]

  • password: password

  • GMAIL via SSL

  • host: smtp.gmail.com

  • port: 465

  • socketFactory port: 465

  • socketFactory class: "javax.net.ssl.SSLSocketFactory"

  • SMPT auth: true

  • user: [email protected]

  • password: password

  1. Configuring "Template" should not be difficult.
  • Sender: should match email account configured in last step.
  • Body: Here you can construct your own template with using one of preconfigured parameters.

frame

  1. The last important configuration is: "notification".
  • Profile: Chose one of created profile.
  • Template: Chose one of created profile.
  • Active : true if you want to selected notification be active.

The rest of the controls seem to be intuitive, and requires no explanation.

frame

  1. "Sent Notification" is a list of all sent notification.

  2. "Others" allows to send test message.