taskDTO
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| taskId (string) | 1/1 | |
| timeCreated (long) | 1/1 | |
| creatorNodeId (string) | 1/1 | |
| timeUpdated (long) | 1/1 | |
| isDone (boolean) | 1/1 | |
| aborted (boolean) | 1/1 | |
| properties ((anonymous)) | 0/1 | |
| previousTask (string) | 0/1 | |
| nextTasks (string) | 0/unbounded |
JSON
| property | type | description |
|---|---|---|
| taskId | taskId (string) | |
| timeCreated | timeCreated (long) | |
| creatorNodeId | creatorNodeId (string) | |
| timeUpdated | timeUpdated (long) | |
| isDone | isDone (boolean) | |
| aborted | aborted (boolean) | |
| properties | properties ((anonymous)) | |
| previousTask | previousTask (string) | |
| nextTasks | array of nextTasks (string) |