Update task status
Authentication
Path parameters
Request
Response
DEPRECATED: Human readable display name for this task, should be short (<100 chars).
DEPRECATED: Human readable display name for this task, should be short (<100 chars).
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.
Any related Tasks associated with this, typically includes an assignee for this task and/or a parent.
If populated, indicates an initial set of entities that can be used to execute an entity aware task For example, an entity Objective, an entity Keep In Zone, etc. These will not be updated during execution. If a taskable agent needs continuous updates on the entities from the COP, can call entity-manager, or use an AlternateId escape hatch.