# General

Enter the following information in the transformation step fields.

| Option        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Step Name** | Specifies the unique name of the transformation on the canvas. A transformation can be placed on the canvas several times; however, it represents the same transformation. The **Step Name** is set to Job Executor by default.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Job**       | <p>Specify your job to execute by entering its path or clicking <strong>Browse</strong>.</p><p>If you select a job that has the same root path as the current job, the variable <em>${Internal.Entry.Current.Directory}</em> will automatically be inserted in place of the common root path. For example, if the current job's path is <code>/home/admin/transformation.kjb</code> and you select a job in the folder <code>/home/admin/path/sub.kjb</code> than the path will automatically be converted to <code>*${Internal.Entry.Current.Directory}*/path/sub.kjb</code>.</p><p>If you are working with a repository, specify the name of the job. If you are not working with a repository, specify the XML file name of the job.</p><p>Jobs previously specified by reference are automatically converted to be specified by the job name within the Pentaho Repository.</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/pdia-data-integration/9.3-data-integration/pdi-transformation-steps-reference-overview/job-executor/general.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.
