---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Data model

# Universal Task data model {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

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.


The Universal Task data model uses a combination of tables to store data:

* ServiceNow AI Platform tables.
* Tables that are included with the Universal Task application.

{#universal-task-data-model__ul_pky_k3m_3nb}For information on the tables and components that are installed with the Universal Task application, see [Components installed with Universal Task](https://servicenow-prod.fluidtopics.net/HkJNi3IfjQX8DM_fcgzUzw "Several types of components are installed with activation of the Universal Task application, including tables, user roles, and scheduled jobs.").  
The Universal Task \[sn_uni_task_universal_task\] table extends the Task \[task\] table to include:

* 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.  
  Nota:  
  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.
{#universal-task-data-model__ul_skf_lwq_znb}  
The values for the State and Priority fields in the Task \[task\] table have been modified for Universal Task. The valid states for Universal Task are:

* 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.

{#universal-task-data-model__ul_rrl_nyq_znb}The valid priority values for Universal Task are:

* 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-data-model__ul_mkn_s1r_znb}The Universal Task \[sn_uni_task_universal_task\] table follows data separation.

## Universal Task configuration table {#universal-task-data-model__section_cpj_5b4_b4b}

The Universal Task configuration table is configured to identify the following details:

* 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](https://servicenow-prod.fluidtopics.net/Xh532PlSQ5HfhBMB13_DsQ "The task types in the Universal Task application enable your agent to assign pre-defined tasks to an employee. With these pre-defined tasks, your agent can task employees quicker and more efficiently. You decide which task types that you want to make available to the agents in your organization.").
* 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.

{#universal-task-data-model__ul_g3q_1j2_ynb}For more details, see [Configure Universal Task for your service](https://servicenow-prod.fluidtopics.net/NUyV52zsji620mrH2x~0RA "Configure the Universal Task application for your service so that you can create and assign tasks to employees.").

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](https://servicenow-prod.fluidtopics.net/9nieYXiSK2Pf9QrE08wvLA "Filter the catalog items that you want to show in the Submit Catalog Item task 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.

