cancel
Showing results for 
Search instead for 
Did you mean: 

native query

benito
Champ in-the-making
Champ in-the-making
Hello,

Where are some predefined queries for ProcessInstances and TaskInstances, but i need to combine this
(example: get all processInstances which were created today and having open tasks of a distinct assignee)
Is where a way to execute native queries on the activiti tables?

grz,
BJ
2 REPLIES 2

meyerd
Champ on-the-rise
Champ on-the-rise
Hi Benito,

We've been talking about this:
http://jira.codehaus.org/browse/ACT-1293

For the moment, you would have to construct you own mybatis session factory ant run the query from there.

Here are also some examples:
https://app.camunda.com/confluence/display/foxUserGuide/Performance+Tuning+with+custom+Queries

benito
Champ in-the-making
Champ in-the-making
Hi Daniel,

that is exactly what i need!

thx
BJ