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

# Tasks

> View and manage scheduled workflow runs from the Runchat dashboard: see run history, change intervals, run on-demand, and inspect logs for failed runs.

The Tasks page in the [Runchat Dashboard](https://runchat.com/dashboard/tasks) is where you see every workflow you have set to run on a schedule. It shows a calendar of upcoming runs, the run history of each scheduled job, and lets you change intervals or test a job on demand.

To create a new scheduled task, see [Scheduling Tasks](/concepts/automations/schedule-tasks).

<Frame>
  <img src="https://mintcdn.com/runchat/J8Y8DQ43swL1M50L/images/automations/scheduling-calendar-view.webp?fit=max&auto=format&n=J8Y8DQ43swL1M50L&q=85&s=25b5a4287df3e4dcb791c0a7c2d80259" alt="The Tasks dashboard showing a calendar of upcoming scheduled runs and a list of scheduled workflows" width="1736" height="884" data-path="images/automations/scheduling-calendar-view.webp" />
</Frame>

## Calendar view

The calendar at the top shows when each scheduled workflow will run next. Days with scheduled runs are marked with a dot. Click a day to see which workflows are scheduled.

## Scheduled workflows list

Below the calendar is a search-filterable list of every workflow you've scheduled. Each row shows:

* The workflow name and creation date
* The next scheduled run
* The current interval (Hourly, Daily, Weekly, Monthly)

Click a row to expand it and see:

* **Run history** with success/error status for past runs
* **Logs** for any failed runs
* **Test Job** button to run the workflow immediately, useful for verifying the schedule works without waiting for the next interval
* **Interval selector** to change the schedule or remove it

## Run statuses

Past runs in the history list show one of two statuses:

* **Success**: the workflow completed without error
* **Error**: the workflow failed. Expand the run to see the error logs.

## Next steps

* [Scheduling Tasks](/concepts/automations/schedule-tasks): set up a new scheduled run from the editor or dashboard
* [Webhooks](/concepts/automations/webhooks): trigger workflows from external events instead of on a fixed schedule
* [Dashboard](/concepts/dashboard/overview): the rest of the dashboard surfaces
