# Pipeline Scheduler Browser

The Pipeline Scheduler Browser allows you to view/manage the pipeline schedulers configured in your organization.

## How it Works

Each pipeline scheduler will be displayed in the browser, showing some details about them such as the type of pipeline scheduler and the configuration mode used.

{{< staticImage "ux/PipelineScheduler/Browser/PipelineSchedulerWidget.png" "Pipeline Scheduler Browser" >}}

### Widget Menu

{{< staticImage "ux/PipelineScheduler/Browser/PipelineSchedulerWidgetActions.png" "Pipeline Scheduler Actions" >}}

From the widget's action menu, you can perform the following:

- **Executions history**: Shows the executions history for all pipeline scheduled.
- **Pipeline Scheduler wizard**: Allows the execution of the wizard for creating a new pipeline scheduler (provided the necessary permissions are available).
{{% ux-widget-menu-actions %}}

### Actions per Pipeline Scheduler

{{< staticImage "ux/PipelineScheduler/Browser/PipelineSchedulerActions.png" "Pipeline Scheduler Actions" >}}

The following are the possible actions to be performed for each of the schedulers:

- **History** opens pipeline executions history in a modal.
- **Clone** will open the pipeline scheduler wizard for creating a new pipeline scheduler that will contain the configuration of the selected one.
- **Remove** deletes the selected scheduler.

## Configuration

{{% ux-widget-configuration %}}

{{% children sort="weight" depth="10" %}}

---
