Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] replied to the
discussion
"Alert Capability"
To view the discussion, visit:
http://community.jboss.org/message/534364#534364
--------------------------------------------------------------
Hi,
it depends what you mean by alerts?!
jBPM has a concept of event listeners that could be used for some sort of alerting, but it
is up to you as developer to include it in your process definition.
You could take a look at user guide, section that covers event listeners for more
details.
http://docs.jboss.com/jbpm/v4/userguide/html_single/#events
http://docs.jboss.com/jbpm/v4/userguide/html_single/#events
In addition, for human tasks jBPM provides two other capabilities:
- notification - sends an email (by default) when task is assigned to a given user
- reminder - sends an email (by default) based on time expiration events to a user
assigned to a task
Types of alerts can be freely coded since all event listeners are java.
HTH
Maciej
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/534364#534364]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]