Get task
Path parameters
taskId
ID of task to return
Response
Task retrieval was successful.
version
Version of this Task.
displayName
DEPRECATED: Human readable display name for this Task, should be short (<100 chars).
specification
Full Task parameterization.
createdBy
Records who created this Task. This field will not change after the Task has been created.
lastUpdatedBy
Records who updated this Task last.
lastUpdateTime
Records the time of last update.
status
The status of this Task.
scheduledTime
If the Task has been scheduled to execute, what time it should execute at.
relations
Any related Tasks associated with this, typically includes an assignee for this Task and/or a parent.
description
Longer, free form human readable description of this Task
isExecutedElsewhere
If set, execution of this Task is managed elsewhere, not by Task Manager.
In other words, Task manager will not attempt to update the assigned agent with execution instructions.
createTime
Time of Task creation.
replication
If populated, designates this to be a replicated Task.
initialEntities
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.
owner
The networked owner of this Task. It is used to ensure that linear writes occur on the node responsible
for replication of task data to other nodes running Task Manager.