[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-02-04 Thread trouby
Eh, Sometime too much thinking leads to complicating ideas, I just performed a select on the variables, each variable references the process its attached to so it's easy to fetch the process from the loaded var. Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-29 Thread kukeltje
uh using joins? subselects? etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205695#4205695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205695 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-29 Thread trouby
Yes, I thought so, but I have no idea how to do that since there is no direct association between processinstance->vars, there's a context in the middle that is associated with a MAP of vars, Is there any example or something similar somewhere? Many thanks, Asaf. View the original post :

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-28 Thread kukeltje
write your own HQL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205422#4205422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205422 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-28 Thread trouby
I like storing the data in the process itself, The process itself makes a usage of the process vars (for decisions for example) and it makes my programming much easier (instead of loading few domain models I just load the process and thats it) I have thousands of processes, having almost duplica

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread kukeltje
the pattern is to use the business key and retrieve process instances based on that. Store domain data in your domain model and select from there which process instance to retrieve. People still tend to put to much data in the process as well as use the identity module to broadly. I never used t

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread salaboy21
Ronald, in jBPM 4 there is something about that? if not.. can we think some kind of pattern or best practices to achive that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199363#4199363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2008-12-29 Thread kukeltje
no, meaning not with a single api call View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198826#4198826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198826 ___ jboss-user m