Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activities API returns incorrect total count #640

Closed
donaldoakes opened this issue Apr 4, 2019 · 0 comments
Closed

Activities API returns incorrect total count #640

donaldoakes opened this issue Apr 4, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@donaldoakes
Copy link
Collaborator

donaldoakes commented Apr 4, 2019

Incorrect count query:

protected String buildActivityCountQuery(Query query, Date start) {
       StringBuilder sqlBuff = new StringBuilder();
       sqlBuff.append("SELECT count(pi.process_instance_id) ");

Counts process instances instead of activity instances.

@donaldoakes donaldoakes added this to the 6.1.17 milestone Apr 4, 2019
@donaldoakes donaldoakes assigned ab59451 and unassigned ab59451 Apr 4, 2019
@jbrojdeCTL jbrojdeCTL reopened this Apr 8, 2019
@jbrojdeCTL jbrojdeCTL self-assigned this Apr 8, 2019
jbrojdeCTL added a commit that referenced this issue Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
mdw-services
Awaiting triage
Development

No branches or pull requests

3 participants