Activiti task query with variable result limit
Hi Everyone,I am trying to fetch the all open tasks with variables from activiti engine using task query. I am using version 5.19.0.I see in TaskEntityManager.findTasksAndVariablesByQueryCriteria(), the max result is limited to 20000.Even if I try to...