[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-09 Thread DrBr
Ok, I found a solution, here it is if anybody is interested: | Configuration configuration = new Configuration(); | ProcessEngine processEngine = configuration.buildProcessEngine(); | Environment env = ((EnvironmentFactory)processEngine).openEnvironment(); |

[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-08 Thread DrBr
Thanks kukeltje, however I believe that the TaskService can only give me the list of pending tasks that have previously been assigned to a particular user, correct? What I'm interested to find out is the list of the available outgoing transition of the currently active (or any...) activity of m

[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-08 Thread kukeltje
1: yes afaik 2: use the taskservice, at least for the 'human' tasks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236099#4236099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236099 ___