Table Description
Case Task Link: This entity is used to provide a link between a case and a task being used to resolve issues on that case when a resilient workflow is in train. Workflows are used as a way of incorporating resilience into processes that must rely on sometimes unreliable input from the client. When an issue occurs, a manual task is created to resolve that issue. Typically the task contains a link to a page on a case where the issue can be resolved. The Case Task Link provides a link between the case and the task used to resolve the issue.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::WorkspaceServices::Entity::Intake::CaseTaskLink::CaseTaskLink
Controlling File: WorkspaceServices\model\Packages\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseTaskLinkIDkeyno CASE_TASK_LINK_ID SVR_INT64
caseIDdetailsnoA link to the related case.CASE_ID SVR_INT64
taskIDdetailsnoA link to the related workflow Task. There is a foreign key associated with this relationship but it is not modelled as Task is a infrastructural entity.CASE_TASK_LINK_TASK_ID SVR_INT64
Foreign Keys (1)
ChildParent
CaseTaskLink.caseIDCaseHeader.caseID
Indices (1)
Index NameAttributes
IND__850119685caseID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: caseTaskLinkID
Standard Operation 
removeremove Standard Operation 
readByCaseIDnsread Return the CaseTaskLink associated with the given Case ID. There can be only one CaseTaskLink for a given Case ID. This means that there can be only one instance of this entity per Case. 
readAllByCaseIDreadmulti   
Related Pages (6)