Task Class

A Task object represents a task assigned to a user. It is distinct from a ProcessTask object, which represents a Process Timeline Activity or Workflow Step. A task object contains such information as the name, description, instruction, and start and due dates of a task.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

UID

String

The UID of the user to whom this task is assigned

FORMINSTID

String

The ID of the form instance this task is related to

FORMID

String

The ID of the form related to this task

TLID

String

This task’s ID in the task list

PID

String

ID of the partition this task is on.

PROCINSTID

String

ID of the timeline or Workflow instance to which this task belongs

TASKID

String

ID of the Workflow Step or Timeline Activity to which this task belongs

TASKINSTID

String

ID of the Workflow Step or Timeline Activity instance to which this task belongs

TASKUINSTID

String

ID of the Workflow user step or timeline user activity instance to which this task belongs

tblTaskList

Integer

The database table row related to this task

TaskType

Integer

The type of this task. Please see the table definition of tblTaskList for Task Type codes.

Created

DateTime

The date and time this task was created

Due

DateTime

The date and time this task is due

URL

String

The URL of the Timeline Activity or Workflow task

Methods