[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-08-12 Thread sravyts
Some extra info on my previous post: In jbpm 3 we extended TaskInstance (hibernate level) with some property and used a custom TaskInstanceFactory. We could create a custom query to retrieve all tasks with a given value for that property (no need to use variables) + we could create a bi-directi

[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-08-12 Thread sravyts
@kukeltje: I'm using jbpm 4 and want to do the same thing: get a list of tasks which have a certain value for one particular variable. You say that the query api should be used, but I don't see any possibility to query for variables? Is this something that will be added later on, or should we w

[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-07-23 Thread kukeltje
jBPM 4? Currently you have to use the query api might be that a method for this will become available in the taskService in one of the next releases, but currently it is not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245318#4245318 Reply to the post

[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-07-23 Thread TejJBPM
Could you be a bit more specific on what you want? Can you provide some code sample? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245313#4245313 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245313 _

[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-07-23 Thread sushantgupta402
I am working on JBPM3.3.1 and JBPM3.2.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245367#4245367 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245367 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Re: How to get Task based on Task Variables.

2009-07-23 Thread kukeltje
then use a custom hibernate query on the session that you can retrieve from the context View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245425#4245425 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245425 __