Update task status
Updates the status of a Task as it progresses through its lifecycle.
This method allows agents or operators to report the current state of a task, which could include changes to task status, and error information.
Each status update increments the task's status_version. When updating status, clients must provide the current version to ensure consistency. The system rejects updates with mismatched versions to prevent race conditions.
Terminal states (STATUS_DONE_OK and STATUS_DONE_NOT_OK) are permanent; once a task reaches these states, no further updates are allowed.
Path parameters
ID of task to update status of
Headers
Bearer authentication
Request body
Response
Task status update was successful
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the optional property
initialEntities/items/entity/signal/receivedSignalStrengthDbmto the response with the200statusresponse-optional-property-added
- ○