cancel
Showing results for 
Search instead for 
Did you mean: 

QueuedListQuery in vaadin-explorer2

heymjo
Champ on-the-rise
Champ on-the-rise
Hi,

The Queued widget in explorer2 is backed by data returned from this method:


protected TaskQuery getQuery() {
    return taskService.createTaskQuery().taskCandidateGroup(groupId).taskUnnassigned().orderByTaskId().asc();
  }

Is there not a .taskCandidateUser() missing here ?

Jorg
1 REPLY 1

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
no, 'queued' means not assigned to an imdividual user.. Therefor the .taskCandidateGroup(groupId).taskUnnassigned().
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.