Versions Compared

Key

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

...

Term

Description

TaskType

This is a constant value identifying the type of task. OneList uses this value to find the matching task adapter to handle the request. Task type can be the name of the workflow or the business process, e.g. LeaveRequest, PurchaseOrder.

TaskId

This is the source system unique identifier of the task. The value must be consistent in the whole lifecycle of the task.

BusinessObjId

This is source system identifier of the business object associated with the task. For example,

  • The PO number for the purchase order approval task;

  • The SharePoint item id for the document approval task;

  • It can be the same as the Task Id if there is no separate entity for the task.

ActionId

This is the source system workflow action identifier.

Assignee

The user id of the source system user who is the task ownerassigned to the task as the approver / agent.

Delegator

The user id of the source system user who is delegating the task.

Delegate

The user id of the source system user who is the task delegate.

...