Community
Participate
Working Groups
Extend task API to provide more information: 1. Task name 2. Timestamp of last update 3. More straight-forward information about failure (without need of parsing the result) 4. Filtering task list: with/without results, only running tasks etc...
(In reply to comment #0) > Extend task API to provide more information: > 1. Task name Added "Name" field on task representation > 2. Timestamp of last update Added "LocalTimeStamp" on task list for the task list generation time Added "Modified" on task representation > 3. More straight-forward information about failure (without need of parsing the > result) Added "Failed" and "Canceled" to task representation > 4. Filtering task list: with/without results, only running tasks etc... "only running" is currently not necessary Task list is by default returned without results (an exception: if task failed) To get tasks list with results use "results=true" param on the URL.