[jboss-dev-forums] [Design of JBoss jBPM] - Re: Tracking WF path of execution

tom.baeyens@jboss.com do-not-reply at jboss.com
Wed Jul 4 02:50:49 EDT 2007


i think it might be possible.

first, read the process into memory.  then programmatically, you could add events to the process definition that listen for 'transition' or 'node-enter' events.

then you'll get the notifications you're looking for.

there are various ways on how to read the process into memory.  so you might have to search to find the right one.  also you could consider writing a process parser and configure it as a deployment phase.  that would be completely transparant, but to manage the custom configurations for that is probably harder then just programmatically reading and updating the process.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060247#4060247

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060247



More information about the jboss-dev-forums mailing list