cancel
Showing results for 
Search instead for 
Did you mean: 

task query with processInstanceCreatedDate

whdwsl
Champ in-the-making
Champ in-the-making
i suggest the TaskQuery interface have methods such as taskQuery.processInstanceCreatedAfter(Date date) and task.processInstanceCreatedBefore(Date d);

when integrating with business system, this demand  very often  appeared.


i use activiti5.10  , any one know can i implement it?

1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
You can create a JIRA-improvement issue for this. For now (as of 5.11), you can use a NativeTaskQuery to workaround the current limitation of the query API.