You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend provides a new endpoint for retrieving pages of task executions without all the extra detail.
The name of the link and url is tasks/thinexecutions and the resulting response has _embedded.taskExecutionThinResourceList instead of _embedded.taskExecutionResourceList. The objects in the page looks like TaskExecution but with some fields missing:
The backend provides a new endpoint for retrieving pages of task executions without all the extra detail.
The name of the link and url is
tasks/thinexecutions
and the resulting response has_embedded.taskExecutionThinResourceList
instead of_embedded.taskExecutionResourceList
. The objects in the page looks like TaskExecution but with some fields missing:_links.self
for detail of TaskExecution when clicking on id_links['tasks/definitions']
for query when clicking on name.The text was updated successfully, but these errors were encountered: