Universal Task data model
Summarize
Summary of Universal Task Data Model
The Universal Task is a versatile tasking framework integrated into ServiceNow's ticketing system, allowing for the creation and management of tasks across various departments. It supports diverse task types, including universal requests, incidents, HR cases, and legal matters, enabling multiple tasks to be assigned for a single request.
Show less
Key Features
- Data Storage: Utilizes a combination of ServiceNow AI Platform tables and specific tables associated with the Universal Task application.
- Task Table Extension: The Universal Task [snunitaskuniversaltask] table extends the standard Task [task] table, incorporating specific fields for task type, catalog items, and employee input forms.
- State Management: Four valid states for tasks: New, Work in Progress, Complete, and Canceled, facilitating clear tracking of task progress.
- Priority Levels: Priorities range from Critical to Low, allowing for effective task urgency management.
- Configuration Options: The Universal Task configuration table allows customization of task types, parent tables, and default assignee fields.
Key Outcomes
By implementing the Universal Task framework, ServiceNow customers can streamline task management across departments, ensuring that tasks are appropriately categorized, prioritized, and tracked. This leads to improved operational efficiency and enhanced service delivery, ultimately benefiting both employees and the organization as a whole.
The Universal Task is a tasking framework that you can append to the ticketing system of any department in your organization. The Universal Task data model explains the tasking framework and its customizations.
You can create Universal Task for any department or service, such as a universal request, an incident, an HR case, or a legal matter. You can also assign multiple universal tasks for a single request.
The following diagram is a high-level overview of the Universal Task data model.
- ServiceNow AI Platform tables.
- Tables that are included with the Universal Task application.
- The type of task for the current record, for example, Upload document.
- The catalog item if the task is of type Submit Catalog Item.
- The generated table that stores the table name that contains the requested catalog items.
- The generated ID that is the sys_id of the requested catalog item.Note:The catalog item, generated table, and generated ID are only applicable for the Submit Catalog item task type.
- The employee form that is used to request information for the Collect Employee Input task type.
- The survey instance that stores the instance ID of the employee form for the Collect Employee Input task type.
- Task template to be used, if any, to auto-fill the Universal Task [universal-task] form.
- 1: New (Draft state). Tasks at this state are only visible to the agent.
- 2: Work in Progress. Tasks at this state are assigned to and visible to the employee.
- 3: Complete. Tasks transition to the complete state when the employee completes the task.
- 4: Canceled. Tasks at this state can be canceled by agents before the task is completed.
- 1: Critical. Highest priority for urgent or time-sensitive tasks.
- 2: High. Tasks that are important but not urgent.
- 3: Moderate. Tasks that should be completed.
- 4: Low. Optional tasks.
Universal Task configuration table
- The Parent table, or the department-specific table that uses Universal Task. For example, if Universal Task is being used with HR cases, then the HR case table is the parent table. Universal Task can only be created on a table that is an extension of the task table.
- The task types that are available to the agents to task the requester with. For more details, see Universal Task types.
- The Default Assigned to field that points to the requester field in the parent table. To auto-fill the Assigned to field with the assignee while creating a task, configure the Default Assigned to field.
Specific task types might have additional configuration tables. For example, for the Submit catalog item task type, the Catalog task configuration [sn_uni_task_catalog_task_config] table determines which filters to apply to the catalog items that are available to an agent. For more information, see Configure the catalog items for your service.
The Universal task configuration [sn_uni_task_config] table and the Catalog task configuration [sn_uni_task_catalog_task_config] table follow process separation.