Unique ID of object that this task is assigned to (optional)
The framework core type of the object, i.e. the name of the interface that defines the object's shape.
Timestamp when task was issued/created. Value represents the number of milliseconds since the epoc in UTC. (see Date.getTime(), Date.now())
Object ID of user who created the task
Description of the task (optional)
Timestamp when task has been done (optional). Value represents the number of milliseconds since the epoc in UTC. (see Date.getTime(), Date.now())
Timestamp when task should be due (optional). Value represents the number of milliseconds since the epoc in UTC. (see Date.getTime(), Date.now())
The amount of time (in milliseconds) the task will take or should took to complete (optional).
External ID associated with this object (optional)
Marks an object that is no longer in use. The concrete definition meaning of this property is defined by the application. The property value is optional and should default to false.
Timestamp when task has been changed (optional). Value represents the number of milliseconds since the epoc in UTC. (see Date.getTime(), Date.now())
Unique ID of Location object that this object has been associated with (optional).
The name/description of the object
Unique ID of the object
The concrete type name of the object.
The name should be in a canonical form following the naming convention
for Java packages to avoid name collisions. All framework core types use
the form coaty.<InterfaceName>
, e.g. coaty.CoatyObject
(see constants
in CoreTypes
class).
Unique ID of parent/superordinate object (optional)
Required competencies, roles, etc. needed to fulfill this task (optional).
Requirements are specified as key-value pairs with JSON compatible values.
Status of task
Generated using TypeDoc
Represents a task or task request.