Path: / {BASE} / tasks

List all tasks in all groups currently running in the system. The result is a map from group to list of tasks, each task formatted as a key-value map.


Resources
NameDescription
byThread
{group}List all tasks in the group given as argument.

Method Summary
ResourceDescription
GET /{BASE}/tasksList all tasks in all groups currently running in the system.

Method Detail
HTTP Example:
GET /{BASE}/tasks

API Example:

TaskManagerWebService.list({});

List all tasks in all groups currently running in the system. The result is a map from group to list of tasks, each task formatted as a key-value map.

Output:
Map<String,List<org.apache.marmotta.platform.core.api.task.TaskInfo>> - List of {@link TaskInfo}s boxed in {@link JSONObject}s
Produces:
application/json