Table Description
Task Assignment: A Task Assignment record specifies which agent has been identified by the Workflow Management System to perform the necessary work defined in a task.

A task is a set of instructions to enable a User to perform some required manual work. When tasks are created, they are assigned by the Workflow Management System to an agent or agents to perform this work. Task assignment records store this information. The items that a task may be assigned to include one or many of the following task assignment types:

When a task is closed, all of its assignment records are removed.

Example

A workflow has been defined on the system to allow correspondence to be sent to customers whenever their payment details change. The activities defined in the workflow are:

  • system prints out a letter (automatic); and
  • User puts the letter in an envelope and posts it (manual).

Person John Smith's payment details change due to an increase in rates. This increase raises an event which causes the Workflow Engine to enact a workflow

The system creates and executes the first (automatic) activity which prints out the letter.

The system transitions to the next activity definition in the workflow. As this activity is a manual one, the Workflow Engine creates a task which details the work to be done (as defined by the activity in the workflow).

Based on the allocation strategy defined by the activity, the task is assigned to an organisation unit called Ronan's work unit and a task assignment record is created. The task is now available to all of the users that are members of that organisation unit.

The user Ronan Rooney is a member of the Organisation Unit called Ronan's work unit. He navigates to his Inbox and the task is available to him in the Available Tasks page. He adds the task to his My Tasks to allow him to action it. The task instructs Ronan to collect the letter from the printer and post it. Ronan performs this work and in the correspondence screen marks the letter as 'sent'. Curam raises an event which causes the Workflow Engine to close the Task. The associated Task Assignment record is removed and the workflow ends.

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::Core::Reference Model::Service Layer::Work Allocation Task::Maintenance::TaskAssignment::Entity::TaskAssignment
Controlling File: core\model\Packages\Reference Model\Service Layer\Work Allocation Task\TaskAssignment\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
taskAssignmentIDkeynoUnique reference number assigned by the system to the task assignment recordTASK_ASSIGNMENT_ID SVR_INT64
taskIDdetails Unique reference number of the task being assignedTASK_ID SVR_INT64
assigneeTypedetails Type of the assignee to whom the task is being assigned i.e. user, position, job etcALLOCATION_TARGET_ITEM_TYPETargetItemTypeSVR_STRING<10>
relatedIDdetails Unique reference of the organization object to who the task is being assigned.When this field is populated relatedName should be null.TASK_RELATED_ID SVR_INT64
relatedNamedetailsyesUser name of user to whom the task is being assigned.When this field is populated, relatedID will be 0.TASK_RELATED_NAME SVR_STRING<100>
Foreign Keys (1)
ChildParent
TaskAssignment.taskIDTask.taskID
Indices (4)
Index NameAttributes
assigneeTypeIDXassigneeType
taskAssignmentTaskIDIDXtaskID
relatedIDIDXrelatedID
relatedNameIDXrelatedName
Operations (91)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: taskAssignmentID
Standard insert operation for a task assignment. 
removeAssignmentsForTasknsremove Removes all of the task user assignment records for a task. 
searchUserOrgUnitWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
readAssignmentByTaskIDnsread Returns the task assignment record for task ID 
searchUserTasksDueByDatesPriorityStatusnsmulti Returns the details of tasks that are assigned to a specified user and that are due within the specified time period. The tasks may be assigned directly to the specified user or be present on a work queue that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
countTasksByRelatedIDAndTypens Counts non-closed and non-completed tasks based on relatedID and assigneeType.SQL
searchUnreservedByUserNamensmultiPOST_DATA_ACCESS: yes
 
List unreserved task details for specified user name.SQL
countAssignmentsByTaskIDRelatedIDAndTypens Counts non-closed and non-completed tasks based on relatedID, assigneeType and TaskID.SQL
countTasksByRelatedIDAndAssigneeTypens Counts non-closed and non-completed tasks based on relatedID and assigneeType.SQL
searchWorkQueueSubscriptionByTaskIDnsmulti This method is called in the TaskManagement.validateReserve() method to check that either the task is assigned to the current user or else that the task is assigned to a work queue to which the current user is subscribed.SQL
searchUnreservedByRelatedIDTypeAndLongestAssignedDateTimensmulti Returns the unreserved task identifier based on related ID and nearest assigned date. There may be more than one record matching the search criteria as system generated tasks could have the same assigned date time. @deprecated Since Curam 6.0 SP2. This method has been replaced by two distinct functions that cater for tasks assigned to organization objects and those assigned to users. {@link curam.core.sl.entity.intf.TaskAssignment#searchUnreservedByRelatedIDAndLongestAssignedDateTime(TaskIDRelatedIDAndTypeKey)}. {@link curam.core.sl.entity.intf.TaskAssignment#searchUnreservedByRelatedNameAndAndLongestAssignedDateTime(TaskIDRelatedIDAndTypeKey)}. See release note CR00290609.SQL
countUnreservedByTargetRelatedIDTypens Returns the number of unreserved tasks for an organizational object.SQL
searchUnreservedTasksByRelatedIDTypensmulti List unreserved task details for specified object.SQL
searchUserAssignmentsWithNamesByTaskIDnsmulti Returns all the assignments with names by task id for a userSQL
searchAdministratorWorkQueueTasksnsmulti Returns the number of tasks assigned each work queue where user is an administrator.SQL
searchAllUnreservedTasksByWorkQueuensmulti Retrieves details on all tasks the have been assigned to a work queue but have yet to be reserved.SQL
searchUnreservedByAssigneePriorityAndLongestAssignedDateTimensmulti Returns the unreserved task identifier based on assignee name, the priority and nearest assigned date. There may be more than one record matching the search criteria as system generated tasks could have the same assigned date time.SQL
searchAssignedByRelatedIDTypeAndLongestAssignedDateTimensmulti Returns a list of task identifiers that have been assigned to the specified user. The list of tasks returned are sorted by the length of time that they have been assigned to that object and then by the priority of the tasks.SQL
searchAllReservedTasksByRelatedIDAndTypensmulti Retrieves details on all tasks the have been assigned to a an organizational object and have been reserved.SQL
searchReservedTasksByRelatedIDTypeUserAndStatusnsmulti Retrieves all tasks from a specified organizational object. The tasks may be further filtered by status.SQL
searchTasksDueByWeekForRelatedIDTypensmulti Returns the details of tasks that are assigned to a specified organizational object and that are due within the specified time period. The tasks may be assigned directly to the specified user or be present on an organizational object that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchAllReservedTasksByRelatedIDTypeDueInTheNextTimePeriodnsmulti Returns specific details for all the reserved tasks that have been assigned to an organizational object and that are due within the specified deadline due date. The details returned include the name of the user that has reserved the task, the status of the task and the full name of the user who has reserved the task.SQL
searchReservedTasksDueInTheNextTimePeriodOrderByReservedDateTimensmulti Returns a list of the task details for tasks that are assigned to a specified organizational object, are reserved by a specified user and that are due within a specified time period. The status of the task may also be specified in the search criteria. This function returns the list of tasks ordered by assigned date time, earliest first.SQL
searchReservedTasksDueInTheNextTimePeriodOrderByRestartDateTimensmulti Returns a list of the task details for tasks that are assigned to a specified organizational object, are reserved by a specified user and that are due within a specified time period. The status of the task may also be specified in the search criteria. This function returns the list of tasks ordered by assigned date time, earliest first.SQL
searchTaskByStatusAndRestartTimensmulti List task details for specified status and restart time.SQL
searchExternalUsersTasksByNamensmulti Returns a list of task details for the specified external user. The list of tasks returned may be reserved, unreserved or all of the tasks assigned to the specified external user depending on the search criteria.SQL
searchTaskUserAssignmentsByActiveTaskRedirectionnsmulti Returns a list of all the task identifiers from the task user assignment table for all of the redirect task to users that have currently active task redirection records. The name of the user from which the tasks will be redirected from and the name of the user to which the tasks will be redirected are also returned.SQL
searchTaskUserAssignmentsByActiveTaskAllocationBlockingPeriodnsmulti Returns a list of all the task identifiers from the task user assignment table and the names of all the users that have currently active task allocation blocking records.SQL
countOpenTaskAssignByUserns Returns the number of open tasks assigned to a user.SQL
searchAssignmentsByTaskIDnsreadmulti Returns all the assignments by task id. 
searchTasksDueInTheNextTimePeriodnsmulti Returns the deadline date time and reserved by user name of the tasks that are due for a specified user during a specified time period. The details returned include those tasks that have been directly assigned plus those tasks present on organizational object that the specified user is subscribed to.SQL
searchTasksByDueDatensmulti Returns user tasks or work queue tasks by due date.SQL
countTaskAssignmentForUserOrgUnitByTaskIDns Returns the number of assignments to an organization unit by username either directly or indirectly.SQL
countTaskAssignmentForUserPositionByTaskIDns Returns the number of task assignments for all the positions of a user per taskID.SQL
countTaskAssignmentForUserJobByTaskIDns Returns the number of task assignments for user jobs per taskID.SQL
countTaskAssignmentForUserWorkQueueByTaskIDns  SQL
searchUserOrgUnitTasksDueInTheNextTimePeriodnsmulti Returns the user organization unit tasks due in next time period.SQL
searchUserPositionTasksDueInTheNextTimePeriodnsmulti Returns user position tasks due in the next time period.SQL
searchUserJobTasksDueInTheNextTimePeriodnsmulti Returns user job tasks due in the next time period.SQL
searchUserWorkQueueTasksDueInTheNextTimePeriodnsmulti Returns user work queue tasks due in the next time periodSQL
searchUserOrgUnitTasksByDueDatensmulti Returns user organization unit tasks by due date.SQL
searchUserPositionTasksByDueDatensmulti Returns user position tasks by due date.SQL
searchUserJobTasksByDueDatensmulti Returns user job tasks by due date.SQL
searchUserWorkQueueTasksByDueDatensmulti Returns user work queue tasks by due date.SQL
searchUserOrgUnitTasksDueByWeeknsmulti Returns user organization unit tasks due by week.SQL
searchUserPositionTasksDueByWeeknsmulti Returns user position tasks due by week.SQL
searchUserJobTasksDueByWeeknsmulti Returns user job tasks due by week.SQL
searchUserWorkQueueTasksDueByWeeknsmulti Returns user work queue tasks due by week.SQL
removeAssignmentsForAssigneeIDTypensremove Removes all the assignments for a given user. 
searchUserTasksnsmulti Returns all the tasks that are directly assigned to the user.SQL
searchUserOrgUnitTasksnsmulti Returns all the tasks that are assigned to the organization units where user is member of.SQL
searchUserPositionTasksnsmulti Returns all the tasks that are assigned to the Positions held by user.SQL
searchUserJobTasksnsmulti Returns all the tasks that are assigned to the Job where user is part of.SQL
removeremove Standard remove operation. 
countUnreservedByUsernamens Returns the count for the number of tasks assigned to a user.SQL
searchJobAssignmentsByTaskIDnsmulti Search Job Assigned to a given task by task id. Also the method returns required details to load Job home page.SQL
searchOrgUnitAssignmentsByTaskIDnsmulti Search Org Unit Assigned to a given task by task id. Also the method returns required details to load Organization Unit home page.SQL
searchPositionAssignmentsByTaskIDnsmulti Search positions assigned to a given task by task id. Also the method returns required details to load Position home page.SQL
searchUnreservedTasksByWorkQueueIDnsmulti List unreserved task details for specified work queue idSQL
searchUserPositionWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
searchUserJobWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
searchUserOrgUnitTasksDueByDatesPriorityStatusnsmulti Returns the details of tasks that are assigned to a specified user and that are due within the specified time period. The tasks may be assigned to the specified users organization units or be present on a work queue that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchUserPositionTasksDueByDatesPriorityStatusnsmulti Returns the details of tasks that are assigned to a specified user and that are due within the specified time period. The tasks may be assigned to the specified users positions or be present on a work queue that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchUserJobTasksDueByDatesPriorityStatusnsmulti Returns the details of tasks that are assigned to a specified user and that are due within the specified time period. The tasks may be assigned to the specified users jobs or be present on a work queue that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchUserWorkQueueTasksDueByDatesPriorityStatusnsmulti Returns the details of tasks that are assigned to a specified user and that are due within the specified time period. The tasks may be assigned to the specified users work queues or be present on a work queue that the user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchUserReservedTasksnsmulti Returns all the tasks that are reserved by the user.SQL
searchExternalUserTasksDueInTheNextWeeknsmulti Returns the details of tasks that are assigned to a specified external user and that are due within the specified time period. The tasks may be assigned directly to the specified external user or be present on a work queue that the external user is subscribed to. The search criteria allow for the details of reserved tasks, assigned tasks or all of the tasks to be returned. The results are ordered by the due date, earliest first.SQL
searchWQAssignmentsWithNamesByTaskIDnsmulti Returns all the assignments with names by task id for a work queueSQL
searchJobAssignmentsWithNamesByTaskIDnsmulti Returns all the assignments with names by task id for a JobSQL
searchPositionAssignmentsWithNamesByTaskIDnsmulti Returns all the assignments with names by task id for a PositionSQL
searchOrgUnitAssignmentsWithNamesByTaskIDnsmulti Returns all the assignments with names by task id for a Org UnitSQL
searchTasksAssignedToOrgObjectNearestToDatensmulti Returns the identifiers of the tasks assigned to the specified organization object on the date nearest to the specified date.SQL
searchTasksAssignedToOrgObjectWithPriorityNearestToDatensmulti Returns the identifiers of the tasks assigned to the specified organization object on the date nearest to the specified date.SQL
countUnreservedTasksByRelatedIDTypens Counts the number of unreserved tasks for the specified object. See {@link searchUnreservedTasksByRelatedIDType} for the equivalent search method.SQL
searchUnreservedByAssigneeNullPriorityAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified organization object on the date nearest to the specified date. @deprecated Since Curam 6.0 SP2. This method has been replaced by two distinct functions that cater for tasks assigned to organization objects and those assigned to users. {@link curam.core.sl.entity.intf.TaskAssignment#searchUnreservedByRelatedIDNullPriorityLongestAssignedDateTime(TaskIDRelatedIDAndTypeKey)}. {@link curam.core.sl.entity.intf.TaskAssignment#searchUnreservedByRelatedNameNullPriorityLongestAssignedDateTime(TaskIDRelatedIDAndTypeKey)}. See release note CR00290609.SQL
searchUnreservedByRelatedIDNullPriorityLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified organization object with a null priority and which have been assigned to that object for longest period of time.SQL
searchUnreservedByRelatedNameNullPriorityAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to a specified user with a null priority and which have been assigned to that user for longest period of time.SQL
searchUnreservedByRelatedIDPriorityAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified organization object filtered by priority and which have been assigned to that object for longest period of time.SQL
searchUnreservedByRelatedNamePriorityAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified user filtered by priority and which have been assigned to that object for longest period of time.SQL
searchUnreservedByRelatedIDAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified organization object and which have been assigned to that object for longest period of time.SQL
searchUnreservedByRelatedNameAndLongestAssignedDateTimensmulti Returns the identifiers of the tasks assigned to the specified user and which have been assigned to that object for longest period of time.SQL
searchUserSubscribedWorkQueueTasksnsmulti Returns the number of tasks assigned to each work queue where the user is subscribed to.SQL
searchUserAdministratedWorkQueueTasksnsmulti Return the list of work queues that are administered by the user but are not yet subscribed by any of the organizational objects and users. It also returns number of open tasks for each work queue.SQL
searchUserOrgUnitSubscribedWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
searchUserPositionSubscribedWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
searchUserJobSubscribedWorkQueueTasksnsmulti Returns the work queues subscribed by the user's org unit along with the count of the tasks assigned to the work queueSQL
searchUserSubordinatesWorkQueueTasksnsmulti Return the number of tasks assigned to each work queue where the list of supervisor reporting users are subscribed to.SQL
countTaskAssignmentForWorkQueueOrgUnitByTaskIDns Returns the count of assigned tasks for the work queue assignee type, the organizational unit subscriber type and by task ID and user name.SQL
countTaskAssignmentForWorkQueuePositionByTaskIDns Returns the count of assigned tasks for the work queue assignee type, the organizational unit subscriber type and by task ID and user name.SQL
countTaskAssignmentForWorkQueueJobByTaskIDns Returns the count of assigned tasks for the work queue assignee type, the organizational unit subscriber type and by task ID and user name.SQL
isTaskAssignedToUserns It returns 1 if the task is already assigned to the user/organization, 0 otherwise.SQL
Related Pages (232)
Accept Invitation (Activity_acceptRecurringInvitation)
Accept Invitation (Activity_acceptStandardInvitation)
Remove Attendee (Activity_cancelInvitationFromRecurringActivity)
Remove Attendee (Activity_cancelInvitationFromStandardActivity)
Reject Invitation (Activity_rejectRecurringInvitation)
Reject Invitation (Activity_rejectStandardInvitation)
Approve Assessment (AssessmentApproval_confirmApproval)
Reject Assessment (AssessmentDelivery_reject)
Add Comment (CalendarMeetingMinutes_addActionComment)
Edit Action (CalendarMeetingMinutes_editActionFromList)
Issue Meeting Minutes (CalendarMeetingMinutes_issueMinutes)
Meeting Minutes (CalendarMeetingMinutes_listActions)
Meeting Minutes (CalendarMeetingMinutes_listActionsInline)
Meeting Minutes (CalendarMeetingMinutes_listActionsNotFromCase)
View Action Details (CalendarMeetingMinutes_viewAction)
Meeting Minutes Summary (CalendarMeetingMinutes_viewSummary)
Edit Review (Case_modifyReviewFromList1)
Edit Review (Case_modifyReviewFromView1)
Renew Chip Product Delivery (Chip_RenewProductDelivery)
Add Member (CHIPProduct_addAssistanceGroupMember)
Confirm Benefit Group Member (CHIPProduct_confirmAddBenefitGroupMember)
Remove Member (CHIPProduct_removeAssistanceGroupMember)
Remove Member (CHIPProduct_removeBenefitGroupMember)
Delete User (ExternalParty_cancelUser)
Close User (ExternalParty_closeOrganizationUser)
Close Task (ExternalParty_closeTask)
Close User (ExternalParty_closeUser)
Task Assignment List : (ExternalParty_viewAssignmentList)
Task Assignment List : (ExternalParty_viewAssignmentList1)
Delete External User (ExternalUser_cancelUser)
Check Retroactive Medicaid Eligibility (HCRRetroactiveMedicaid_confirmCheckEligibilty)
Assigned Tasks (Inbox_listAssignedTasks)
Inbox_listAvailableWorkQueueTasks
Inbox_listUnreservedWorkQueueTasks
Get Next Task From Preferred Work Queue (Inbox_reserveFromPreferredWorkQueue)
Get Next Task (Inbox_reserveNextTask)
Get Next Task From Preferred Organization Unit (Inbox_reserveNextTaskFromPreferredOrgUnit)
Get Next Task From Work Queue (Inbox_reserveNextWorkQueueTask)
Get Next Work Queue Task (Inbox_reserveWorkQueueTask)
Confirm Withdrawal Request (Intake_confirmWithdrawalRequest)
Plans (IntegratedCase_listExistingOutcomePlan)
Approve Investigation Case (InvestigationDelivery_approve)
Reject Request For Approval (InvestigationDelivery_reject)
Submit For Approval (InvestigationDelivery_submit)
Meeting Actions (MeetingActions_modify)
Add Comment (MeetingMinutes_addActionComment)
Add Comment: (MeetingMinutes_addActionCommentFromAgenda)
Edit Action (MeetingMinutes_editActionFromList)
Edit Action (MeetingMinutes_editActionFromListFromAgenda)
Action: (MeetingMinutes_editActionFromView)
Action: (MeetingMinutes_editActionFromViewFromAgenda)
Issue Meeting Minutes (MeetingMinutes_issueMinutes)
Meeting Minutes: (MeetingMinutes_listActions)
Action: (MeetingMinutes_viewAction)
Action: (MeetingMinutes_viewActionFromAgenda)
Meeting Minutes Summary (MeetingMinutes_viewSummary)
Close User (Organization_closeOrganizationUser)
Task to reallocate workload for Job (Organization_closeRemoveJobTask)
Task to reallocate workload for Organization Unit: (Organization_closeRemoveOrgUnitTask)
Task to reallocate workload for Position: (Organization_closeRemovePositionTask)
Task to reallocate workload (Organization_closeRemoveUserTask)
Close User (Organization_closeUser)
Agreements (OutcomePlan_listAgreements)
Assessments (OutcomePlan_listAssessments)
Assessments (OutcomePlan_listAssessmentsForReview)
Assessments (OutcomePlan_listOutcomePlanAssessments)
Approve Agreement (OutcomePlanAgreement_approve)
Reject Agreement (OutcomePlanAgreement_reject)
OutcomesPlan_agreementDetails
Approve Case (ProductDelivery_approve)
Reject Request For Approval (ProductDelivery_reject)
Activate Contract (ProviderManagement_activateContract)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Text Translation (ProviderManagement_addNameTranslationToServiceOffering)
Add Service Authorization Line Item: (ProviderManagement_addSampleServiceAuthorizationLineItem)
New Service (ProviderManagement_addServicesToProviderContract)
Add Services to Contract (ProviderManagement_addServicesToProviderGroupContract)
New Service (ProviderManagement_addServicesToProviderGroupContract_fromView)
Update to Training (ProviderManagement_addTrainingForServiceOffering)
Submit Service Invoice Line Item for Processing (ProviderManagement_allowSILIForProcessingAsDuplicate)
Amend Utilization Contract (ProviderManagement_amendProviderGroupUtilizationContract)
Amend Contract (ProviderManagement_amendUtilizationContract)
Approve Line Item (ProviderManagement_approveLineItemCorrections)
Approve Line Item (ProviderManagement_approvePendingSILI)
Approve Line Item (ProviderManagement_approvePendingSILICorrections)
Approve Line Item (ProviderManagement_approveServiceInvoiceLineItem)
Approve Service Invoice Line Items (ProviderManagement_approveServiceInvoiceLineItems)
Approve Line Item (ProviderManagement_approveSILI)
Approve Service Invoice Line Item as Duplicate (ProviderManagement_approveSILIAsDuplicate)
Approve Line Item (ProviderManagement_approveSILICorrections)
Approve Line Items (ProviderManagement_approveSubmittedSILI)
Approve Line Items (ProviderManagement_confirmApproveServiceInvoiceLineItems)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelOverlappingActiveResForAnyClient)
Confirm Modify Overlapping Placements (ProviderManagement_confirmModifyOverlappingPlacementPrd)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Approve Service (ProviderManagement_confirmServiceApproval)
Submit Line Items (ProviderManagement_confirmSubmitServiceInvoiceLineItems)
New Service (ProviderManagement_createNewServiceOffering)
New Service (ProviderManagement_createNewTrainingServiceOffering)
New Service Rate (ProviderManagement_createProviderGroupUtilizationContractProviderOfferingRate)
New Payment Options (ProviderManagement_createProviderPaymentOption)
New Rate (ProviderManagement_createProviderServiceOfferingRate)
Create Emergency Placement (ProviderManagement_createSampleEmergencyPlacement)
Create Service Authorization Line Items (ProviderManagement_createSampleSAWithSALI)
New Service (ProviderManagement_createServiceOffering)
New Payment Options (ProviderManagement_createServicePaymentOption)
New Service Rate (ProviderManagement_createServiceRate)
New Training Service (ProviderManagement_createTrainingServiceOffering)
New Utilization Contract (ProviderManagement_createUtilizationContractForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Edit Payment Option (ProviderManagement_editProviderPaymentOption)
Edit Service (ProviderManagement_editServiceOffering)
Edit Service (ProviderManagement_editServiceOfferingFrmView)
Edit Payment Options (ProviderManagement_editServicePaymentOption)
Edit Service Rate (ProviderManagement_editServiceRate)
Edit Training Service (ProviderManagement_editTrainingServiceOffering)
Edit Training Service (ProviderManagement_editTrainingServiceOfferingFrmView)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Confirm Placement (ProviderManagement_modifyPlaceDuringConfirmation)
Edit Placement (ProviderManagement_modifyPlacementDetails)
Modify Placement Information (ProviderManagement_modifyPlacementInformation)
Confirm Cancel Reservation (ProviderManagement_modifyPlacementInformationConfirmCancelReservation)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Edit Service Rate (ProviderManagement_modifyProviderGroupUtilizationContractProviderOfferingRate)
Edit Rate (ProviderManagement_modifyProviderServiceOfferingRate)
Confirm Placement: (ProviderManagement_modifySamplePlaceDuringConfirmation)
Modify Service Authorization Line Item: (ProviderManagement_modifySampleServiceAuthorizationLineItem)
Edit Delivery Configuration (ProviderManagement_modifySecurityRightsAndServiceDeliveryConfiguration)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
Reject Service (ProviderManagement_rejectServiceApproval)
Renew Contract (ProviderManagement_renewContract)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Submit Line Item (ProviderManagement_submitOpenSILIForProcessing)
Submit Line Item (ProviderManagement_submitServiceInvoiceLineItemForProcessing)
Submit Line Items (ProviderManagement_submitServiceInvoiceLineItems)
Submit Line Item (ProviderManagement_submitSILI)
Submit Service Invoice Line Item for Processing (ProviderManagement_submitSILIForProcessingFromTask)
Submit Service Invoice (ProviderManagement_submittServiceInvoiceForProcessing)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
Add Plan Item (ServicePlanDelivery_addCustomServicePlanItem)
Add Plan Item (ServicePlanDelivery_addServicePlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderNonEditable)
Add Comment (Supervisor_addTaskComment)
Assigned Tasks (Supervisor_assignedTasks)
Supervisor_deferredTasksDueByWeekReservedByWorkQueueUser
Supervisor_deferredTasksDueOnDateReservedByWorkQueueUser
Supervisor_deferredTasksReservedByWorkQueueUser
Forward Case Tasks Reserved By User (Supervisor_forwardCaseTasksReservedByUser)
Forward Unreserved Tasks (Supervisor_forwardTasksNotReservedByUser)
Forward Tasks (Supervisor_forwardTasksNotReservedByUserSearch)
Supervisor_jobSubscribedWorkQueues
Supervisor_openTasksDueByWeekReservedByWorkQueueUser
Supervisor_openTasksDueOnDateReservedByWorkQueueUser
Supervisor_openTasksReservedByWorkQueueUser
Supervisor_orgUnitAssignedTasksByUser
Supervisor_orgUnitSubscribedWorkQueues
Supervisor_positionSubscribedWorkQueues
Reallocate Unreserved Tasks (Supervisor_reallocateTasksNotReservedByUser)
Reallocate Reserved Tasks (Supervisor_reallocateTasksReservedByUser)
Reassign Case (Supervisor_reassignCase)
Reassign Issues (Supervisor_reassignCaseIssuesByAge)
Reassign Case Issues By Type (Supervisor_reassignCaseIssuesByType)
Reserve Assigned Tasks (Supervisor_reserveAssignedtasksForUser)
Reserve To Me (Supervisor_reserveAssignedTasksToUser)
Reserve Next Work Task (Supervisor_reserveNextWorkQueueTaskForUser)
Reserve Tasks to User (Supervisor_reserveOrgUnitTasksToUser)
Reserve Task (Supervisor_reserveTask)
Reserve Tasks (Supervisor_reserveWorkQueueAssignedTasksToUser)
Reserve Tasks From Work Queue (Supervisor_reserveWorkQueueTasksForUser)
Reserve Tasks (Supervisor_reserveWorkQueueTasksToUser)
Forward Task (Supervisor_taskForward)
Reallocate Task (Supervisor_taskReallocate)
Supervisor_unSubscribedWorkQueues
Assigned Tasks (Supervisor_userAssignedTasks)
Supervisor_userAssignedTasksDueByWeek
Supervisor_userAssignedTasksDueOnDate
Supervisor_userReservedTasksDueByWeek
Supervisor_userReservedTasksDueOnDate
Supervisor_userSubscribedWorkQueues
Supervisor_userTasksByWeek
Supervisor_userTasksDueOnDate
Home (Supervisor_userWorkspace)
Assignments (Supervisor_viewTaskAssignmentList)
Supervisor_workQueue
Assigned Tasks (Supervisor_workQueueAssignedTasks)
Supervisor_workQueueAssignedTasksDueByWeek
Supervisor_workQueueAssignedTasksDueOnDate
Reserved Tasks (Supervisor_workQueueReservedTasks)
Reserved Work Queue Tasks By Week: (Supervisor_workQueueReservedTasksDueByWeek)
Reserved Tasks In Work Queue Due On Date: (Supervisor_workQueueReservedTasksDueOnDate)
Work Queue Tasks By Week: (Supervisor_workQueueTasksByWeek)
Tasks In Work Queue Due On Date: (Supervisor_workQueueTasksDueOnDate)
Home (Supervisor_workQueueWorkspace)
Reassign Appeals (SupervisorAppeals_reassignCaseAppealsByDeadline)
Reassign Case Appeals By Type (SupervisorAppeals_reassignCaseAppealsByType)
Reassign Cases (SupervisorAppeals_reassignCasesWithAppeals)
Assign to user (TaskAllocationToUser)
Add Comment (TaskManagement_addComment)
Close Task (TaskManagement_closeTask)
Defer Task (TaskManagement_DeferTask)
Forward Task (TaskManagement_forward)
Edit Deadline (TaskManagement_modifyDeadline)
Edit Priority (TaskManagement_modifyPriority)
Update Time Worked (TaskManagement_modifyTimeWorked)
Reallocate Task (TaskManagement_reallocate)
Get Selected Tasks (TaskManagement_reserveMultipleTasks)
Add to My Tasks (TaskManagement_ReserveTask)
Restart Task (TaskManagement_RestartTask)
Make Task Available (TaskManagement_UnReserveTask)
Assignments (TaskManagement_viewAssignmentList)
Task Assignment List (TaskManagement_viewAssignmentListInline)
Renew TB Product Delivery (TBBCC_RenewProductDelivery)
Delete Work Queue (WorkAllocation_cancelWorkQueue)
Close Task: (WorkAllocation_closeTask)
Forward Task: (WorkAllocation_forwardTask)
My Unreserved Tasks: (WorkAllocation_listCurrentUserUnreservedTasks)
Work Queue Tasks: (WorkAllocation_listUnreservedWorkQueueTasks)
Reallocate Task: (WorkAllocation_reallocateTask)
Reserve Task: (WorkAllocation_reserveTaskFromList)
Reserve Task: (WorkAllocation_reserveTaskFromView)
Unreserve Task: (WorkAllocation_unreserveTask)
Results: (WorkQueue_determinationTabDetails)
Results: (WorkQueue_TabDetails)