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.


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

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

Method Detail

GET /{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.

HTTP Example:
GET /{BASE}/tasks
API Example:

TaskManagerWebService.list({});

Output:
Map<String,List<TaskInfo>> - List of {@link TaskInfo}s boxed in {@link JSONObject}s
Produces:
application/json