Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionTypeRequired
ProcessIdThe ID of the process of the task of which you want to get informationExpressiontrueYes
TaskId

The task ID of the task of which you want to get information.

Expression

trueYes

NameReturns the task’s name.AttributefalseNo
DisplayNameReturns the tasks display name, empty when there is no display name available for the active language.AttributefalseNo
DescriptionReturns the tasks description, empty when there is no description available.AttributefalseNo
AssigneeReturns the ID of the User, empty when the task is not assigned.AttributefalseNo
TeamReturns the names of the teams which are assigned to the task.AttributefalseNo
RoleReturns the names of the roles which are assigned to the task.AttributefalseNo
AuthorizedrolesReturns the authorized roles which are assigned to the task.AttributefalseNo
StartDateReturns the date and time when the task was started, empty when task is not started.AttributefalseNo
TargetDateReturns the tasks due date, empty when task has no due date. A Due date is set at the task specification.AttributefalseNo
TimeoutDateReturns the tasks timeout date. Date is set using a timer exit on a task.AttributefalseNo
StatusReturns the tasks status. Available options are: started, open, complete, expired or cancelled.AttributefalseNo
PriorityReturns the integer value which is set by the priority algorithm.AttributefalseNo
IsManuallyAssignedReturns true when the task is manually assigned, false in case it is not. A task can also be assigned by an routing algorithm or not assigned at all.AttributefalseNo
CustomFields

Returns the additional custom defined fields for a task in the form <custom field1 name>=<target attribute1>,<custom field2 name>=<target attribute2>.

Note that the target attribute is defined as EntityName.AttributeName.

StringfalseNo