Table Description
Task Configuration: Task configuration for the plan item. This entity is focused on the administration of a task configuration within the Service Planning Administration component. A task configuration can be associated with one or more plan items. Upon approval of the planned item within a service plan a task as defined in the task configuration will be created.

Example

A case worker creates a Back to Work service plan for participant Linda Smith as she has recently become unemployed. A Gain Sustainable Employment goal is selected for this service plan. Linda requires assistance with a job search, therefore a Find a Job sub-goal is added to the service plan. The Full-time Job Search plan item is added to the service plan to achieve the service plan sub-goal. The plan item is submitted for approval. On approval by a supervisor, a task is created and allocated to the owner of the planned item to assist Linda Smith with her job search.
Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Administration::PlanItem::Entity::Plan Item Task Config::TaskConfiguration
Controlling File: ServicePlans\model\Packages\Service Layer\Administration\PlanItem\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (12)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
taskConfigurationIDkeynoPrimary key of the entityTASK_CONFIGURATION_ID SVR_INT64
actionLinkdetails Code will be used to identify what URL link of the task action is required.TASK_CONFIG_ACTION_LINKTaskConfigActionLinkSVR_STRING<10>
actionTextdetails Text that will be used as the URL text of the action associated to a task.TASK_ACTION_TEXT SVR_STRING<200>
assignToIDdetails ID of the 'assign to' selected component (i.e. job, position, user, etc).TASK_ASSIGNEE_ID_STRING SVR_STRING<64>
assignToTypedetails Type of the 'assign to' selected component (i.e. job, position, user, etc).ALLOCATION_TARGET_ITEM_TYPETargetItemTypeSVR_STRING<10>
prioritydetails Priority to be assigned to the task on creation.TASK_PRIORITY_CODETaskPrioritySVR_STRING<10>
reserveToOwnerInddetails Indicates if task will be created for the owner of the planned item.CURAM_INDICATOR SVR_BOOLEAN
statusdetailsnoStatus of the plan item task.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
subjectdetailsnoSubject of the taskSUBJECT SVR_STRING<80>
taskNamedetailsnoName of the taskPLAN_ITEM_TASK_NAMEPlanItemTaskNameSVR_STRING<10>
commentsdetails Some additional comments about the task.COMMENTS SVR_STRING<300>
dateCreateddetails Date on which the task is created.DATE_CREATED SVR_DATE
Indices (1)
Index NameAttributes
taskNameStatusIdxtaskName, status
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
readAllnkreadmulti Fetches all the records in the entity without any criteria. 
searchByTaskNamereadmultiWHERE: taskName=:taskName AND status=:status
This method is used to search the plan item task configuration by the task name. 
readDetailsForPlannedItemns This method is used to read the details for the planned item.SQL
insertTaskConfigurationinsert Inserts task configuration record. This method expects the taskConfigurationID to be set. It is preferred to call insertTaskConfiguration method only in scenarios where calling method wants to set the value of primary key by itself. 
Related Pages (23)