Table Description
Task Link: Links tasks with other objects.

This is an old version 3 entity that has been migrated as a result of workflow.

This allows more flexibility for future task database operations, as multiple links for the same task can be stored.

Technical Notes

By default links are with participant role and case only; however task may be potentially linked to any suitable object in the system.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Task::Entity::TaskLink::TaskLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Task\Entity\TaskLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
taskLinkIDkeynoUnique task link ID.TASK_LINK_ID SVR_INT64
taskIDdetailsnoID of the task to which this link belongs to.TASK_ID SVR_INT64
linkedIDdetailsnoIn the reference application this attribute stores a case or participant role ID.TASK_LINKED_ID SVR_INT64
linkTypedetailsnoIn the reference application this attribute specifies type of linked ID (Is it participant role ID or task ID).TASK_LINK_TYPE_CODETaskLinkTypeSVR_STRING<10>
Indices (2)
Index NameAttributes
TaskLinkRdMltIdxlinkedID, linkType
TaskIDIdxtaskID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: taskLinkID
NO_SQL: yes
Standard Operation 
readreadNO_SQL: no
Standard Operation 
modifymodifyNO_SQL: no
Standard Operation 
searchByLinkedIDreadmultiNO_SQL: yes
Returns a list of TaskLink records for given linked id and linked id type. 
searchByTaskIDnsreadmultiNO_SQL: yes
Returns a list of task link search details for given task. 
Related Pages (0)