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


---

# Configure task count for your next tasks widget

# Configure task count for your next tasks widget {#ariaid-title1}

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

You can configure how many tasks you want to see in your next tasks widget.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem definitionScript includes.
2. Search for the `jnySNC` script include entry in the name field and select it.
3. Edit the following script to change the number of tasks you want shown on your next tasks widget.  

       //tasks limit
       jnySNC.MY_JOURNEY_NEXT_TASKS_LIMIT = 10;

   Nota:  
   Here the number of tasks limit is set to 10, you can update it to any number you'd like.

