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

When a task is completed in RB, it should show as completed in query #2092

Closed
ryandawsonuk opened this issue Oct 29, 2018 · 1 comment
Closed
Assignees
Milestone

Comments

@ryandawsonuk
Copy link
Contributor

ryandawsonuk commented Oct 29, 2018

Claim and complete a task. Check the task status in /tasks/{taskId} in the query module. The status should be COMPLETED. We are currently observing a situation where it remains ASSIGNED in query, despite having moved to COMPLETED in the runtime bundle.

We do have an acceptance test for this - https://github.com/Activiti/activiti-cloud-acceptance-tests/blob/develop/runtime-acceptance-tests/src/main/java/org/activiti/cloud/qa/story/ProcessInstanceTasks.java#L174

@ryandawsonuk ryandawsonuk created this issue from a note in Activiti 7.x (Open) Oct 29, 2018
@salaboy salaboy added this to the Beta3 milestone Oct 31, 2018
@erdemedeiros erdemedeiros self-assigned this Oct 31, 2018
@erdemedeiros erdemedeiros moved this from Open to In Progress in Activiti 7.x Oct 31, 2018
@erdemedeiros
Copy link
Member

The problem is coming from the event sent by the runtime bundle which is inferring the status as ASSIGNED instead of COMPLETED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Activiti 7.x
  
Closed
Development

No branches or pull requests

3 participants