Table Description
Workflow Task Link: Links a workflow manager ticket to a task.

Technical Notes

Please Note: This entity is no longer part of the default flow in the Curam Application, as such it is neither written to nor read from by the Curam Application. It continues to be shipped with the Curam model as customer may have custom logic which uses this entity, however it should be noted that if you are implementing custom logic which references this entity then you must also ensure that it is written to as needed.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Task::Entity::WorkflowTaskLink::WorkflowTaskLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Task\Entity\WorkflowTaskLink_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
workflowTaskLinkIDkeynoUnique identifier of the workflow task link entity.WORKFLOW_TASK_LINK_ID SVR_INT64
wmTicketIDdetailsnoIdentifier of the workflow manager ticket to which the task is being linked.WM_TICKET_ID SVR_INT64
taskIDdetailsnoIdentifier of the task to which the workflow manager ticket is being linked.TASK_ID SVR_INT64
Indices (1)
Index NameAttributes
WrkFlwTskLkTskIdxtaskID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: workflowTaskLinkID
Standard Operation 
readread Standard Operation 
readWMTicketIDByTaskIDnsread Reads workflowTaskLink entity by taskID to retrieve workflow ticketID. 
Related Pages (0)