[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-07 Thread galvino
sorry, but i have another problem. i can't using swimlane to create taskinstance by using swimlane of an actor. have you got an idea ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071652#4071652 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-07 Thread galvino
i successfully did my research. but aren't there any function on Jbpm API that can do this , without using sql. like find.() ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071550#4071550 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-06 Thread galvino
ok, thanks i 'll try that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071223#4071223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071223 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-06 Thread vtysh
It is not so hard to implement. You should know what task is first in process definition, or use startTask from TaskMgmtDefinition if you have it, i mean startTask. Then you should search all taskInstances for task with id equal to startTask id and actor equal to user. As a result you should man

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-06 Thread galvino
i think so . but, sometimes there aren't enougth information to get that i want. for example, find all processinstances initialized by an user into the table jbpm_processinstance there isn't an column for actor . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-06 Thread vtysh
I think that the most quick and efficient way is to use hql queries View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071181#4071181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071181 ___