# Launching workflows

From the [individual workflow view](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launching-workflows/viewing-workflows#workflow-view) (accessed, for example, by selecting a workflow in the [**Workflows** list](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launching-workflows/viewing-workflows#workflows-list)) you can select **Launch Workflow** in the top right. This opens the **New Execution** dialog for workflows:

![New execution dialog settings](https://www.union.ai/docs/v1/union/user-guide/_static/images/user-guide/core-concepts/workflows/launching-workflows/new-execution-dialog-settings.png)

At the top you can select:

* The specific version of this workflow that you want to launch.
* The launch plan to be used to launch this workflow (by default it is set to the [default launch plan of the workflow](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launch-plans#default-launch-plan)).

Along the left side the following sections are available:

* **Inputs**: The input parameters of the workflow function appear here as fields to be filled in.
* **Settings**:
  * **Execution name**: A custom name for this execution. If not specified, a name will be generated.
  * **Overwrite cached outputs**: A boolean. If set to `True`, this execution will overwrite any previously-computed cached outputs.
  * **Raw output data config**: Remote path prefix to store raw output data.
    By default, workflow output will be written to the built-in metadata storage.
    Alternatively, you can specify a custom location for output at the organization, project-domain, or individual execution levels.
    This field is for specifying this setting at the workflow execution level.
    If this field is filled in it overrides any settings at higher levels.
    The parameter is expected to be a URL to a writable resource (for example, `http://s3.amazonaws.com/my-bucket/`).
    See [Raw data store](https://www.union.ai/docs/v1/union/user-guide/core-concepts/data-input-output/task-input-and-output#raw-data-store).
  * **Max parallelism**: Number of workflow nodes that can be executed in parallel. If not specified, project/domain defaults are used. If 0 then no limit is applied.
  * **Force interruptible**: A three valued setting for overriding the interruptible setting of the workflow for this particular execution.
    If not set, the workflow's interruptible setting is used.
    If set and **enabled** then `interruptible=True` is used for this execution.
    If set and **disabled** then `interruptible=False` is used for this execution.
    See [Interruptible instances](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/tasks/task-hardware-environment/interruptible-instances)

  * **Service account**: The service account to use for this execution. If not specified, the default is used.

* **Environment variables**: Environment variables that will be available to tasks in this workflow execution.
* **Labels**: Labels to apply to the execution resource.
* **Notifications**: [Notifications](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launch-plans/notifications) configured for this workflow execution.

* **Debug**: The workflow execution details for debugging purposes.

Select **Launch** to launch the workflow execution. This will take you to the [Execution view](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launching-workflows/viewing-workflow-executions).

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/user-guide/core-concepts/workflows/launching-workflows.md
**HTML**: https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launching-workflows/
