Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2011 08:18 AM
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2011 08:38 AM
- create a scheduled event using the Scheduler with the periodicity you want,
- create a listener for that event, in which you implement the logic to:
- ask the jBPM service for the relevant tasks for which you want to notify,
- send emails.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2011 08:38 AM
- create a scheduled event using the Scheduler with the periodicity you want,
- create a listener for that event, in which you implement the logic to:
- ask the jBPM service for the relevant tasks for which you want to notify,
- send emails.
