Martin Pradny [http://community.jboss.org/people/mpradny] replied to the discussion
"Notification for candidate-groups" To view the discussion, visit: http://community.jboss.org/message/543383#543383 -------------------------------------------------------------- Have you solved this issue? In JpdlParser.java is written: // parse notification mail producer Element notificationElement = XmlUtil.element(element, "notification"); if (notificationElement != null) { parseMailEvent(notificationElement, parse, scopeElement, Event.ASSIGN); } >From this I guess that notifications are only sent when task is assigned to >someone. From my tests even assignment to null works :) I don't know whether chaging it to Event.START would break anyting or not. Any ideas? Martin -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/543383#543383] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
