processQueueEntry element
Type: | processQueueEntry |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Represents an entry in the process queue.
Example JSON
{
"id" : "...",
"entryId" : ...,
"objectId" : ...,
"objectType" : "...",
"processKey" : "...",
"data" : "...",
"state" : "...",
"timestamp" : ...
}