# Task Management

## Overview

Task management in Welkin allows care teams to create, assign, track, and complete action items associated with patients. The Designer is where task types and configurations are defined. Care team members use tasks in the Care Portal to manage their work.

***

## Task Configuration in the Designer

The Designer controls:

* **Task types** – the categories of tasks available to care team members (see [Create Tasks](/designer/tasks/create-tasks.md))
* **Required fields** – which fields must be filled when creating a task
* **Automation triggers** – rules that auto-create tasks based on patient events

***

## Task Workflow

1. A task is created – either manually by a care team member or automatically via an Automation.
2. The task is assigned to a user and given a due date.
3. The assignee sees the task in their task list in the Care Portal.
4. The assignee completes the task and marks it done.

***

## Task Visibility

Tasks are associated with specific patients. Care team members see tasks for their assigned patients. Supervisors with broader access may see tasks across their team or region, depending on security policy configuration.

***

## Automating Task Creation

Common automation patterns for tasks:

* Create a "Follow-up Call" task when a patient's assessment score exceeds a threshold
* Create a "Document Review" task when a patient is enrolled in a program
* Create a "Check-in" task 7 days after program enrollment

See [How to Create Automations](/designer/automations/designer-how-to-create-automations.md) for setup details.

***

## Publishing

After updating task configuration in the Designer, create a draft and publish to apply changes.


---

# Agent Instructions: 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:

```
GET https://docs.welkinhealth.com/designer/tasks/task-management-designer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
