[jboss-user] [JBoss jBPM] - Re: Listing Active Taskings on a Workflow

2009-02-26 Thread bradsdavis
Use the TaskMgmtSession. Search for that in the documentation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213484#4213484 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213484

[jboss-user] [JBoss jBPM] - Re: Listing Active Taskings on a Workflow

2009-02-26 Thread numbers2
Looks like my terminology was a little off, what i'm actally looking for a listing of Process Instances - but most of the functions I've gone through are singular. Is it even possible to get this listing from the ExecutionContext or should I approach this another way? Thanks. View the

[jboss-user] [JBoss jBPM] - Re: Listing Active Taskings on a Workflow

2009-02-26 Thread numbers2
Neverminds I got it. For anyone interested in this in the //This gets the Process Definition ID of the process that is running long id = executionContext.getProcessDefinition().getId(); //This grabs a list of all the process instances List pis =