> 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/production/production-management/warnings.md).

# Warnings

## Overview

The "Issues and warnings" feature helps quickly identify and address potential problems within production workflows. Using this feature, you can filter issues by their type and troubleshoot common warnings.

<figure><img src="/files/RPZrD9apLf5OVrLLOkB5" alt=""><figcaption><p>Issues</p></figcaption></figure>

## View issues <a href="#warningsinadvancedroadmaps-viewthewarningcenter" id="warningsinadvancedroadmaps-viewthewarningcenter"></a>

Once you reached the Production or Production worfklow page, you can view productions that have issues &#x20;

{% embed url="<https://app.arcade.software/share/rcJhFb3qJ0hodLsTDQZu>" %}
View productions with warning icons
{% endembed %}

## Issues types

* **Undefined product**

Occurs when a product is added automatically from the external system via API and there is no record about the product with such barcode in the system.&#x20;

<figure><img src="/files/qaGzHkhbUknNf9X9zer0" alt=""><figcaption><p><strong>Undefined product</strong></p></figcaption></figure>

To resolve this, add a missing barcode to a product variant and publish this product, then the system will update automatically the production item info and turn off the Undefined product state for the updated item.

* **Production deadline expired**

Occurs when a production item's deadline has been reached.&#x20;

<figure><img src="/files/jmUrLO859XjicfvJNRPM" alt=""><figcaption><p><strong>Production deadline expired</strong></p></figcaption></figure>

To address this, you can either [update the deadline](/manuals/production/production-management/production-details-editing.md) or keep it unchanged. This warning serves to inform you that product readiness may be impacted.

* **Issues in nested components**

Identifies problems in production components that are part of a larger production workflow.

<figure><img src="/files/9HxEgbjlvq8w5jjSzFu5" alt=""><figcaption><p><strong>Issues in nested components</strong></p></figcaption></figure>

To resolve this, you'll need to expand the production to identify the issue with the nested production.

* **Task time limit exceeded**

Occurs when a task has surpassed its allocated execution time.

<figure><img src="/files/yEPGi0GPKflVFvhXZXAh" alt=""><figcaption><p><strong>Task time limit exceeded</strong></p></figcaption></figure>

To resolve this, open the workflow, find the task and take the necessary actions.

* **Manual assignment for a task required**

Occurs when a task requires performers to be assigned.

<figure><img src="/files/9TKixFFIdybqiyKSJRly" alt=""><figcaption><p><strong>Manual assignment for a task is required</strong></p></figcaption></figure>

&#x20;  To resolve this, open the workflow, find the task and assign the performer.

## Filtering productions by issues

Users can filter production items based on specific issues, making it easier to manage workflows. To do so:

1. Open Production page
2. Click on the "Issues" filter
3. Select the issue type in the filter

{% embed url="<https://app.arcade.software/share/9pojbWKyqv84rUXdFtAJ>" %}
"Issues" filter
{% endembed %}

Clicking on the issue counter at the top of the production page will filter the view to show only items with issues.

{% embed url="<https://app.arcade.software/share/wORolzBqbPj5xbV8v90x>" %}
"Issues" counter
{% 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/production/production-management/warnings.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.
