12-06-2016 04:38 AM
final WorkflowTaskQuery query = new WorkflowTaskQuery();
query.setTaskState(WorkflowTaskState.COMPLETED);
With this am able to get all completed tasks. What should I do to get list of tasks Completed after a particular time?
12-06-2016 08:33 AM
There is no support for date range querying in the Alfresco-abstracted task query API. So you would have to query all tasks, use the sort parameters to sort by completion date and then iterate, skipping over those that do not fall into your range.
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.