Skip to content

Commit

Permalink
notification listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarrazzo committed Sep 10, 2020
1 parent 37837e2 commit 4012ea3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion human_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The format of this file is as follows:

username=role1,role2,role3


By default the user information file is expected in the kieserver WEB-INF/classes dir.
Constructs default UserInfo implementation to provide required information to the escalation handler.
following is the string for every organizational entity

Expand Down Expand Up @@ -438,6 +438,14 @@ Keep sending emails if some email addresses are incorrect:
</custom-server>
</mail-session>

### Notification Listeners
It's possible to override or add extra listeners using the following system properties:

- `org.kie.jpbm.notification_listeners.exclude`
- `org.kie.jpbm.notification_listeners.include`

** PR sent to fix the name typo **

### email.properties

If `mail/jbpmMailSession` is not found, jBPM searches `/email.properties` in classpath. The content should be like:
Expand Down

0 comments on commit 4012ea3

Please sign in to comment.