I would like to know if there is a REST API call to list an archived set of Tasks in jBPM 6.x
As far as I know, there are just two query calls available:
[GET] /query/runtime/task
[GET] /query/task
Neither of those can retrieve all archived tasks. I saw in the BPM Suite dashboard that all tasks can be listed somehow. I'm wondering if there is an API available for that operation.