> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/tarefa-de-referencia.md).

# Tarefa de referência

A tarefa de referência não possui nenhuma particularidade especial; ela é o simples reuso de outra tarefa já existente, e portanto sempre irá referenciar outra tarefa.

![](https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2FRNLRM9Fng6onDOCgtrhC%2Fimage.png?alt=media\&token=c78fa360-ace9-4a86-af6e-597fd06f9cdb)

A tarefa de referência não possui nenhuma particularidade especial; ela é o simples reuso de outra tarefa já existente, e portanto sempre irá referenciar outra tarefa já existe, copiando seu comportamento.

## Casos de uso

Imagine cenário onde você possui uma [tarefa humana](/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/tarefa-de-referencia.md) de auditoria, com uma série de configurações já definidas (responsáveis, SLAs, dados, etc.). Você gostaria agora de incluir diversos pontos de auditoria ao longo de um processo grande e complexo. **Ao invés de criar diversas tarefas iguais e similares** e repetir suas configurações diversas vezes, você pode criar uma tarefa humana e depois utilizar diversas tarefas de referência.&#x20;

Cabe observar que a tarefa de referência poderá ter um título próprio. O título é a única propriedade que a tarefa não herda da tarefa referenciada.

Por fim, ao alterar a tarefa referenciada, todas as tarefas de referência são também impactadas.

## Demonstração prática

Confira no vídeo a seguir o passo-a-passo de como utilizar a tarefa de referência.

{% embed url="<https://youtu.be/NTZ4seKbbug>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.stoque.com.br/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/tarefa-de-referencia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
