Task Result

A complex data type that represents the information that is submitted to LiveCycle Server when a Process Management task is submitted. Task Result values are saved by using the Task Result property of Assign Task operation operations.

For information about data that can be accessed using Xpath Expressions, see Data items.

Data items

The data items that Task Result values contain.

actionInstanceId

A long value that represents the unique identification of the operation instance that produced the Task Result value.

assignedDate

A dateTime value that represents the date and time when the task was assigned to the user.

attachmentList

A list of document values that represent the attachments and notes that the user added to the task.

completedBy

A com.adobe.idp.um.api.infomodel.Impl.PrincipalImpl value that represents the user who completed the task.

completedById

A string value that represents the unique identification of the user who completed the task.

completedDate

A dateTime value that represents the date and time when the user completed the task.

completionNotes

A string value that represents the comments that the user added to the task. Comments are added using the Approval Container tools.

formDataDocument

A document value that contains the field data that was submitted with the task.

formDataXML

An xml value that represents the field data that was submitted with the task.

initialPrincipal

A com.adobe.idp.um.api.infomodel.Impl.PrincipalImpl value that represents the user who was initially assigned the task.

initialPrincipalId

A string value that represents the unique identification of the user who was initially assigned the task.

ipAddress

A string value that represents the IP address of the computer that was used to complete the task.

isActive

A boolean value that indicates whether the task is active or completed. A value of true indicates the task is active and false indicates the task is completed.

isCompleted

A boolean value that indicates whether the task is active or completed. A value of true indicates the task is completed and false indicates the task is active.

isDeadlined

A boolean value that indicates whether a deadline caused the task to complete. A value of true indicates a deadline occurred and false indicates no deadline occurred.

isTerminated

A boolean value that indicates whether the task was completed by being terminated. A value of true indicates the task was terminated and false indicates the task was not terminated.

possibleUserActions

A list of string values that represent the user actions that were available for completing the task.

selectedUserAction

A string value that represents the user action that was used to complete the task.

stepName

A string value that represents the name of the operation that generated the task. This value is the Name property of the Assign Task or Assign Multiple Tasks operation on the process diagram.

taskId

A long value that represents the unique identification of the task that produced the Task Result value.

taskStatus

A short value that represents the status of the task. The following values are possible:

100:
The task was completed normally.

101:
A deadline caused the task to complete.

102:
The task was terminated.

// Ethnio survey code removed