# Run a transformation

Run a transformation to step through the ETL tasks you set up, in the order specified by the transformation.

Complete the following steps to run a transformation:

1. Log into the Pentaho User Console.
2. Open **Pipeline Designer**:&#x20;

   * If you are using the **Modern Design**, in the menu on the left side of the page, click **Pipeline Designer**.&#x20;
   * If you are using the **Classic Design**, click **Switch to the Modern Design,** and then in the menu on the left side of the page, click **Pipeline Designer**.&#x20;

   **Pipeline Designer**opens with the **Quick Access** section expanded.
3. In the table at the bottom of the screen, select either the **Recently opened** or **Favorites** tab.
4. Open the transformation:&#x20;
   1. Search for or browse to the transformation, and then click **Open**.
   2. Click **Open files**, and then in the **Select File or Directory** dialog box, search for or browse to the transformation and click **Open**.
5. In the **Canvas Action** toolbar, click the **Run** icon and select one of the following options:&#x20;

   1. To run the transformation, select **Run**.&#x20;
   2. To configure run options and run the transformation, select **Run Options,** and then in the **Run Options** window, configure your options and click **Run**.  For details about run options, see [Transformation run options](#transformation-run-options).

   The transformation runs and the **Preview** panel opens with the **Logging** tab selected.

**Note:** For information about stopping the transformation while it is running, see [Stop transformations and jobs](/pba/pipeline-designer/managing-transformations-and-jobs/stop-transformations-and-jobs.md).

## Transformation run options

| Option                         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Select configuration**       | All transformations are run using the **Pentaho server** configuration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Clear log before running**   | Indicates whether to clear all your logs before you run your transformation. If your log is large, you might need to clear it before the next execution to conserve space.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Enable safe mode**           | Checks every row passed through your transformation and ensures all layouts are identical. If a row does not have the same layout as the first row, an error is generated and reported.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Gather performance metrics** | Monitors the performance of your transformation execution. You can view performance metrics in the Pentaho Data Integration client. For details see [Use performance graphs](https://docs.pentaho.com/pdia-data-integration/data-integration-perspective-in-the-pdi-client/logging-and-performance-monitoring/monitor-performance/use-performance-graphs).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Log level**                  | <p>Specifies how much logging is performed and the amount of information captured:</p><ul><li><strong>Nothing</strong>: No logging occurs.</li><li><strong>Error</strong>: Only errors are logged.</li><li><strong>Minimal</strong>: Only use minimal logging.</li><li><strong>Basic</strong>: This is the default level.</li><li><strong>Detailed</strong>: Give detailed logging output.</li><li><strong>Debug</strong>: For debugging purposes, very detailed output.</li><li><strong>Row Level (very detailed)</strong>: Logging at a row level, which generates a lot of log data.</li></ul><p><strong>Debug</strong> and <strong>Row Level</strong> logging levels contain information you may consider too sensitive to be shown. Consider the sensitivity of your data when selecting these logging levels. See the <strong>Administer Pentaho Data Integration and Analytics</strong> guide for instructions on how best to use these logging methods.</p> |
| **Parameters**                 | Applies parameter values pertaining to your transformation during runtime. A parameter is a local variable. For more details, see [Parameters](/pba/pipeline-designer/managing-transformations-and-jobs/run-modifiers.md#parameters).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Variables**                  | Applies temporary values for user-defined and environment variables pertaining to your transformation during runtime. For more details, see [Variables](/pba/pipeline-designer/managing-transformations-and-jobs/run-modifiers.md#variables).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Arguments**                  | <p>Applies a named, user-supplied, single-value input given as a command line argument when running the transformation manually or with a script. Arguments are handled according to a transformation's design. If the transformation is not designed to handle arguments, nothing happens.</p><p></p><p>Typically, argument values are numbers, words (strings), or system or script variables. Each transformation can have a maximum of 10 arguments.</p><p></p><p>For more details, see <a href="/pages/FQMJzYsQstZLoOf29V6V#arguments">Arguments</a>.</p>                                                                                                                                                                                                                                                                                                                                                                                                      |


---

# 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.pentaho.com/pba/pipeline-designer/working-with-transformations/run-a-transformation.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.
