Improve process management process list API -------------------------------------------
Key: ODE-696 URL: https://issues.apache.org/jira/browse/ODE-696 Project: ODE Issue Type: Improvement Components: Management API Reporter: Sean Ahn Assignee: Sean Ahn Priority: Minor The listProcesses() method is grossly inefficient. To get the count on the process instances that match to the search criteria, it load up all the instances by joining multiple tables including one outer join. Use the proper sql queries and optimize the performance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.