# Update task status

Wonderly lets you set a task's status at the moment you create it, or update it any time after.

### Method 1: Set the status when creating a task

{% hint style="info" %}
**When to use:** You know the status of a task upfront and want to set it as part of creation.
{% endhint %}

1. Click **+ Create new** in the top-left corner of your screen.
2. Click **Task**.
3. In the task modal, click **Status** and select the status you want to assign.
4. Fill in the remaining task details.
5. Click **Save task**.

{% embed url="<https://app.supademo.com/demo/cmodcsu4p30pts2tqjzeyeh18>" %}

**Expected outcome:** The task is created with the status you selected.

***

### Method 2: Update the status on an existing task

{% hint style="info" %}
**When to use:** A task already exists, and you need to change its current status.
{% endhint %}

1. Open the task you want to update.
2. In the task modal, click **Status** and select the new status.
3. Changes are saved automatically.

**Expected outcome:** The task reflects the updated status you selected.

{% embed url="<https://app.supademo.com/demo/cmodd0zx83145s2tqna6hcicc>" %}

#### Field reference:

* **Canceled**: The task is no longer needed. It is removed from active workflows but remains for record-keeping.
* **Todo**: The task is active and requires action. It appears in your current task list.
* **Completed**: The task is finished.

**FAQ**

**Can we update the status in bulk?** Yes, you can bulk edit tasks from the Table view in your workspace by clicking the checkmark button next to each task name to select the tasks you want to edit.

**Can my team members update task status too?** Yes, any person with access to the workspace where the task was created can update its status.

**Is the status visible in the project view?** Yes, when you open a project, you can see the status of each task.


---

# 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://www.wonderly.com/help/work-hub/tasks-overview/updating-and-finding-tasks/update-task-status.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.
