Menu

taskNotation

Adam Tauno Williams

[Model]

TaskAction / TaskNotation

TBD

Changes

n/a

n/a

Properties

Name Type Description
object_id Integer (objectId)

Omphalos

Attribute Legacy Level Data Type Write Description
objectId NO 0 integer (objectId) NO
entityName YES n/a string NO
taskObjectid YES n/a integer (objectId) NO
comment YES n/a string YES
action YES n/a string YES

Flags

Flag ACL Char. Description
n/a

Example

task = rpc2_server.zogi.putObject({
    'entityName': 'taskNotation',
    'taskObjectId': task['objectId'],
    'comment': 'Administrative archive; user account defunct',
    'action': 'archive', }
)

Putting a taskNotation entity to the server via zOGI putObject make a comment on the [Task] and potentially changes it's status.


Related

Wiki: Model
Wiki: Task
Wiki: zogi.putObject