[jboss-user] [JBoss jBPM] - Re: Get a list of available transitions

2007-06-12 Thread kukeltje
mean is my middle name :-P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053410#4053410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053410 ___ jboss-user mailing list jbos

[jboss-user] [JBoss jBPM] - Re: Get a list of available transitions

2007-06-11 Thread limousyf
Hey ! Don't you be mean to me ! :) Thanks btw ( public java.util.List getAvailableTransitions() , you were right it was really kind of hard to find :) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053266#4053266 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: Get a list of available transitions

2007-06-11 Thread kukeltje
otoh, this is a little to low-level... managing tasks from the developer point of view should be done via taskinstance objects... and surprisingly... there is a nice method to View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053226#4053226 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Get a list of available transitions

2007-06-11 Thread kukeltje
jbpm is fairly logical. If you look at a processdefinition, you'll see task-nodes and... surprisingly there is a tasknode class. This in the javadoc you'll see that there is a nice method for what you want... http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/graph/node/TaskNode.html So the deeper