> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Task Actions

> Workflow actions for creating, updating, and managing tasks in Blink case management.

## Create Task

Create a new **Task** by filling in the following parameters in the step.

<div className="integrations-table">
  | Parameter                        | Description                                                                                                                       |
  | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
  | Name                             | The name of the Task.                                                                                                             |
  | Priority                         | the **priority** rank of the Task- **Low**, **Medium**, **High** or **Critical**.                                                 |
  | Status                           | The Task's status                                                                                                                 |
  | Task Type                        | The type of Task                                                                                                                  |
  | Description                      | A brief **description** describing the Task.                                                                                      |
  | Assigned To                      | The user you are **assigning the Task to**.                                                                                       |
  | Due Date                         | A **date and time** for when the Task is **due**.                                                                                 |
  | Is blocking                      | Checking the box will **block the closing case until it is done**.                                                                |
  | **Advanced**- Dedup Table        | The selected table to evaluate the duplicated condition (Dedup Condition) against.                                                |
  | **Advanced**- Dedup Condition    | The duplicate condition to check whether to insert the record or not. When the condition is met, the record will not be inserted. |
  | **Advanced**- Linked Observables | The Name and ID of the Observable you want to link to this Task.                                                                  |
  | **Advanced**- Linked Alerts      | The Name and ID of the Alert you want to link to this Task.                                                                       |
  | **Advanced**- Linked Attachments | The Name and ID of the Attachment you want to link to this Task.                                                                  |
  | **Advanced**- Linked Tasks       | The Name and ID of the Tasks you want to link to this Task.                                                                       |
  | **Advanced**- Linked Cases       | The Name and ID of a different Case you want to link to this Task.                                                                |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/jkJg6KPC0uV-ty21/img/CaseManagement/CreateTaskAction.png?fit=max&auto=format&n=jkJg6KPC0uV-ty21&q=85&s=b71df630242444d352d125192113f6a0" width="2402" height="796" data-path="img/CaseManagement/CreateTaskAction.png" />
</Frame>

## Update Task

**Update a Task** by filling in the following parameters in the step. This action overwrites the existing data of the selected Task.

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                   |
  | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
  | Task ID            | The ID of the Task. It can be the `id` or the `task_id` field of the Task                                                                     |
  | Name               | The name of the Task.                                                                                                                         |
  | Linked Cases       | The Case(s) to link to a Task.                                                                                                                |
  | Priority           | The **priority** rank of the Task- **Low**, **Medium**, **High** or **Critical**.                                                             |
  | Status             | The Task's status.                                                                                                                            |
  | Task Type          | The type of Task.                                                                                                                             |
  | Description        | A brief **description** describing the Task.                                                                                                  |
  | Assigned To        | The user you are **assigning the Task to**.                                                                                                   |
  | Due Date           | A **date and time** for when the Task is **due**.                                                                                             |
  | Is Blocking        | Boolean: If you select **True**- It will block the closing case until it is done. If you select **False**-It will not block the closing case. |
  | Linked Alerts      | The Alert(s) to link to the Task.                                                                                                             |
  | Linked Observables | The Observables to link to the Task                                                                                                           |
  | Linked Attachments | The Attachment(s) to link to the Task.                                                                                                        |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/sb7Z70HzlwQjgWp7/img/CaseManagement/UpdateTaskAction.png?fit=max&auto=format&n=sb7Z70HzlwQjgWp7&q=85&s=c0b03b7d9639d9c2f5b49a8c4e9f10a6" width="2398" height="786" data-path="img/CaseManagement/UpdateTaskAction.png" />
</Frame>

## Delete Task

**Delete a Task** by filling in the following parameters in the step

<div className="integrations-table">
  | Parameter | Description                                                               |
  | --------- | ------------------------------------------------------------------------- |
  | Task ID   | The ID of the Task. It can be the `id` or the `task_id` field of the Task |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/BRfSL_EOO1Uh43ic/img/CaseManagement/DeleteTaskAction.png?fit=max&auto=format&n=BRfSL_EOO1Uh43ic&q=85&s=7a3a755b80ed145ad9920cee363b33cd" width="2403" height="784" data-path="img/CaseManagement/DeleteTaskAction.png" />
</Frame>
