[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-20 Thread paolodt
Q: anonymous wrote : | The TaskMgmtSession class has several methods for finding tasks belonging to "actors" - either individual actors or many at a time. | | BUT... is there a way to efficiently find tasks using the values in context variables? | A: anonymous wrote : | you can d

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-21 Thread kukeltje
Define better? Hibernate queries are used anyway, either implemented by 'us' in the context or by you externally. The former has not happened yet (as you can see in the api) thus the latter is still valid View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020045#

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-22 Thread michaelok
Why not define a custom table, that extends off of one of the jbpm ones? Disadvantage: you are building a customized version of jbpm, and these tables may change in future. But then, you may need to change a customized Hibernate query anyway. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-22 Thread kukeltje
why, why, why is everybody making workarounds, changing things, being afraid it won't be compatible etc..etc..etc IF they can just implement it as a feature/enhancement to jBPM, submit it as a ' patch' and get in it integrated into the core... EVERYBODY happy View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-23 Thread michaelok
Of course, good point, I'm in my "commercial software" mindset I guess. This is the "That's how we've always done things" sort of thing. Fair enough, this will certainly be a consideration. Even as far as a decent Use Case, as I have seen in other situations with open source, that the core

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-24 Thread kukeltje
I should have put a smiley in my post like this: ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021578#4021578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021578 ___ jb