02-18-2014 06:46 AM
02-19-2014 02:10 AM
/** Only select tasks with the given priority or higher. */
TaskQuery taskMinPriority(Integer minPriority);
/** Only select tasks with the given priority or lower. */
TaskQuery taskMaxPriority(Integer maxPriority);
02-19-2014 08:53 AM
02-20-2014 02:50 AM
org.activiti.engine.test.api.task.TaskQueryTest#testNativeQuery
.Can you provide reference to existing native queryI do not know whether such an example exists. You can create one.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.