# Project Task Definition

<p class="doc-lead">A Task Definition is a reusable template for common task types. Link it when creating a <a href="#/project/project-task">Project Task</a> or when building a <a href="#/project/project-template">Project Template</a>.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Getting started</span>
<div class="doc-toc-links">
<a href="#/project/project-task-definition?id=overview">Overview &amp; List View</a>
<a href="#/project/project-task-definition?id=quick-start">Quick Start</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">Form reference</span>
<div class="doc-toc-links">
<a href="#/project/project-task-definition?id=header-fields">Header Fields</a>
</div>
</div>
<div class="doc-toc-section">
<span class="doc-toc-group-title">More</span>
<div class="doc-toc-links">
<a href="#/project/project-task-definition?id=example">Example</a>
<a href="#/project/project-task-definition?id=faq">FAQ</a>
<a href="#/project/project-task-definition?id=related">Related</a>
</div>
</div>
</div>

<hr class="doc-section-divider">

<h2 id="overview">Overview &amp; List View</h2>

Go to <b>Project → Project Task Definition</b>. List title: <b>Task Definition</b>.

<b>List columns</b>

| **Column** | **Shows** |
|------------|-----------|
| Id | Definition reference number. |
| Name | Definition name. |
| Status | Active or Inactive. |

<b>Quick filter tabs</b>

Active, Inactive.

<b>Advanced Filters</b>

Id, Name, Status, Created date.

<b>List row actions</b>

Edit, Delete, View.

<hr class="doc-section-divider">

<h2 id="quick-start">Quick Start</h2>

1. Go to <b>Project → Project Task Definition</b> and click <b>New</b>.
2. Enter <b>Name</b> and optional <b>Description</b>.
3. Click <b>Save</b>.
4. Use the definition when creating tasks or adding lines to a project template.

<hr class="doc-section-divider">

<h2 id="header-fields">Header Fields</h2>

| **Field** | **Required** | **Description** |
|-----------|--------------|-----------------|
| Name | Yes | Standard task type name. |
| Description | No | What this task type involves. |

<hr class="doc-section-divider">

<h2 id="example">Example</h2>

Define task types <b>Site Survey</b>, <b>Welding</b>, and <b>Pressure Test</b>. When building a <a href="#/project/project-template">Project Template</a> for ship repair, pick these definitions for each template task row so new projects get consistently named tasks.

<hr class="doc-section-divider">

<h2 id="faq">FAQ</h2>

<b>What is the difference between a Task Definition and a Project Task?</b><br>
A Task Definition is reusable master data (a task type name). A <a href="#/project/project-task">Project Task</a> is an actual work item on a specific project with dates, assignees, and materials.

<b>Does changing a definition rename existing project tasks?</b><br>
No. Project tasks store the name from the definition at creation time. Edit individual tasks if names need updating after a definition change.

<b>Can I inactivate a definition used on templates?</b><br>
Yes. Inactive definitions remain on existing template rows but should not be picked for new template or task lines.

<b>Do definitions include materials or assignees?</b><br>
No. Definitions hold Name and Description only. Add materials and employees on each project task after creation or template assignment.

<b>Must every task use a definition?</b><br>
No. You can type a custom task name when creating a <a href="#/project/project-task">Project Task</a> without selecting a definition.

<b>Can I delete a definition referenced by templates?</b><br>
Delete may be blocked when template rows or tasks reference the definition. Inactivate instead to hide it from new selections.

<hr class="doc-section-divider">

<h2 id="related">Related</h2>

<ul>
<li><a href="#/project/project-task">Project Task</a></li>
<li><a href="#/project/project-template">Project Template</a></li>
</ul>
