> For the complete documentation index, see [llms.txt](https://docs.hesh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hesh.app/manuals/product-management/product-configuration/workflows/additional-tasks.md).

# Additional tasks

### Overview

Additional tasks provide a flexible way to add tasks to your production process that are not directly tied to the main workflow steps.&#x20;

By reading this article, you will learn how to create new additional tasks within your workflow template and discover how to modify existing additional tasks, including renaming, duplicating, and changing their priority.

### Additional Task helps you:

* Manage tasks that don't fit into the main workflow sequence
* Add tasks that need to be completed at any point during production
* Track tasks that are not directly related to the main product workflow

### Basics

* Additional Tasks are not part of the main workflow sequence. They are independent tasks that <mark style="background-color:yellow;">**can be completed at any time**</mark> during the production process
* You can **add tasks** as needed, without having to modify the main workflow, even <mark style="background-color:yellow;">**during the production process**</mark> ([Production management](/manuals/production/production-management.md))
* You can <mark style="background-color:yellow;">**add an unlimited number of additional tasks**</mark> to your workflow template
* Additional tasks are located in the **"Additional task" container** on the Workflow template canvas

<figure><img src="/files/VT4Da4ffmwo1xX67eUbi" alt=""><figcaption></figcaption></figure>

### Adding additional task

1. Open the **workflow template** for the product you want to add additional tasks to
2. Click the **'Additional tasks' container**
3. Click the **'Add Task' button** to create a new task&#x20;
4. Give the task a name

{% embed url="<https://app.arcade.software/share/sOtGPoUdWcJ9Q6Mu1s4r>" %}
Adding additional task
{% endembed %}

### Additional actions

Additiona tasks have "More action" menu, which allows to do following actions with the item:

* Duplicate
* Copy link
* Delete
* Rename

#### "More actions" menu call out

1. Hover over the Additional task
2. Click on the **`⋮`** button
3. Select the option from the list

{% embed url="<https://app.arcade.software/share/aZGxjkKvX4kItkmE6cOj>" %}
"More actions" menu call out
{% endembed %}

#### **Additional task duplicating**

Clicking on the **'Duplicate'** **button** creates a copy of the Additional Task Template item. This is helpful for creating variations of the tasks.

{% embed url="<https://app.arcade.software/share/rFCotpzAnD2xRwR8x0u9>" %}
Duplicating additional task
{% endembed %}

#### **Additional task link copying**

Clicking on the **"Copy the link" button** copies the link of Task Template to your clipboard. This is useful for sharing the Task Template with others.&#x20;

{% embed url="<https://app.arcade.software/share/kX2TJNAQDYT7qiGoGYi4>" %}
Copying and pasting link of additional task&#x20;
{% endembed %}

#### **Additional task deleting**

Clicking on the **"Delete" button** opens a confirmation modal to delete the task.&#x20;

{% embed url="<https://app.arcade.software/share/XgO38l3vqfb4mOTIwWJs>" %}
Deleting additional task
{% endembed %}

#### **Additional task renaming**&#x20;

Clicking on the **additional task name**, you are able to change task name without need to open Task Template page.&#x20;

{% embed url="<https://app.arcade.software/share/oWPN7ZNzvHcCnOVSv5e3>" %}
Renaming additional task
{% endembed %}

### Extra actions

#### Dragging task to new position

You can rearrange the order of additional tasks by **dragging and dropping them** in the list.

{% embed url="<https://app.arcade.software/share/lDhO39pYcpfba4BY40m2>" %}
Dragging additional task
{% endembed %}

#### Searching Additional tasks

Use the **'Search' field** to quickly find specific additional tasks within the list.

{% embed url="<https://app.arcade.software/share/9CChXPWgfi9HOPbHnmCD>" %}
Searching
{% endembed %}

#### Changing priority of the Additional task&#x20;

Click on the **task priority indicator** to open a dropdown menu where you can select a different priority level. It saves time as you don't need to open Task Template.

{% embed url="<https://app.arcade.software/share/NFx0OEYOLI9mBFzt8VTU>" %}
Changing additional task priority
{% endembed %}


---

# 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://docs.hesh.app/manuals/product-management/product-configuration/workflows/additional-tasks.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.
