[jboss-user] [jBPM] - Re: Human task escalation understanding
Esteban Aliverti
do-not-reply at jboss.com
Mon Mar 18 13:33:00 EDT 2013
Esteban Aliverti [https://community.jboss.org/people/eaa] created the discussion
"Re: Human task escalation understanding"
To view the discussion, visit: https://community.jboss.org/message/803312#803312
--------------------------------------------------------------
It seems you will need to hack your own solution. The class in charge of deadlines and escalation is: https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/task/service/DefaultEscalatedDeadlineHandler.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/task/service/DefaultEscalatedDeadlineHandler.java
Starting from line 187 is where the escalation logic takes place.
It would be good to have a pluggable mechanism to add custom logic here. Something similar to WIHandlers, but for the HT server.
Best Regards,
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/803312#803312]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130318/83a64341/attachment.html
More information about the jboss-user
mailing list