task taskRef description

Available for: Content Management Server

Task: Returns a string representation of the data from the task with the specified ID.

Additional information: The representation is formatted in the property list format of a dictionary.

Syntax:

task withId taskId description

Function parameters: none

Return value if successful: the string representation of the task (string)

Necessary permissions: none

Example:

CM>task withId 2014.7 description
{
  objId = 2001;
  taskType = edit;
  timeStamp = 20011129221803;
  title = "new\ content\ created";
  userLogin = root;
}