[jboss-user] [JBoss jBPM] - Re: Does JBPM Supports fully actor based taskList

csplrj do-not-reply at jboss.com
Fri Jun 6 05:18:26 EDT 2008


I tried ((TaskInstance)taskMgmtSession.findTaskInstances("b").get(0)).getToken().end();
instead of 
((TaskInstance)taskMgmtSession.findTaskInstances("b").get(0)).getToken().signal();

but then the result comes as
a1 0
b1 1

What I require is that the task should be proceeded and as the second task is assigned to Actor "a" then the result should come something like this

a1 1
b1 0


Thanks in advance

CSJakharia

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

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



More information about the jboss-user mailing list