Skip to content

task

Lexicon: eco.wonderland.workcell.interface.interaction.multi.defs
Type: object

Type: string
Required

Unique identifier for an asset.

Type: string

Associated piece of equipment’s UUID that supplied the asset’s data. It references to uuid defined in Device Information Model.

Type: boolean

Indicator that the asset has been removed from the piece of equipment.

Type: timestamp
Required

Time the asset data was last modified.

Type: configuration

Type: string

Condensed message digest from a secure one-way hash function. FIPS PUB 180-4

Type: [ taskArchetype ]

Type: [ collaborator ]

Type: collaborator
Required

Type: task
Required

Type: assets

Type: taskType
Required

Type: taskState
Required

Type: priority
Required

  • assets eco.wonderland.workcell.asset.defs
  • task eco.wonderland.workcell.interface.interaction.multi.defs
{
"type": "object",
"required": [
"assetId",
"timestamp",
"coordinator",
"parent",
"taskType",
"state",
"priority"
],
"properties": {
"assetId": {
"type": "string"
},
"deviceUuid": {
"type": "string"
},
"removed": {
"type": "boolean"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"configuration": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.configuration.defs#configuration"
},
"hash": {
"type": "string"
},
"taskArchetype": {
"type": "array",
"items": {
"type": "ref",
"ref": "#taskArchetype"
}
},
"collaborators": {
"type": "array",
"items": {
"type": "ref",
"ref": "#collaborator"
}
},
"coordinator": {
"type": "ref",
"ref": "#collaborator"
},
"parent": {
"type": "ref",
"ref": "#task"
},
"assets": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.defs#assets"
},
"taskType": {
"type": "ref",
"ref": "#taskType"
},
"state": {
"type": "ref",
"ref": "#taskState"
},
"priority": {
"type": "ref",
"ref": "#priority"
}
}
}
© Lookinglass 2026