WorkflowTask


Description

Represents a task in workflow.

Properties

Property

Type

Description

Id

guid

Uniquely identifies the workflow task.

TaskNumber

int

The number assigned to the workflow task.

Title

string

The title of the workflow task.

Status

string

The status of the workflow task.

AssignedTo

string

The user to whom the workflow task is assigned.

Outcome

string

The outcome of the workflow task.

WorkflowName

string

The name of the workflow the task is associated with.

Comments

string

Comments for the workflow task.

Description

string

A description of the workflow task.

StartDate

dateTime

The start date of the workflow task.

DueDate

dateTime

The date the workflow task is due.

CreatedDate

dateTime

The date the workflow task was created.

Originator

string

The user who submitted the document to workflow.

BusinessObjectType

string

The type of document for which the workflow task applies.

BusinessObjectKey

BusinessObjectKey

Uniquely identifies the document for which the workflow task applies.

AssignedToLogOn

string

The user to whom the task is assigned.

CanUserActOn

boolean

Indicates whether the user can act on the workflow task.

StepName

string

The workflow step associated with the workflow task.



Documentation Feedback