# Running a Workspace

The green arrow (or 'play' button) on the Workbench toolbar starts a translation:

<figure><img src="https://3765209747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCM1VHDSP1DZXo7JkxunP%2Fuploads%2Fgit-blob-690c0e8c98b2e8590c5578f14f478cef7a65d50d%2Fform-basics_2.6.1.jpg?alt=media" alt=""><figcaption></figcaption></figure>

Alternatively, look under Run on the menu bar:

<div align="left"><figure><img src="https://3765209747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCM1VHDSP1DZXo7JkxunP%2Fuploads%2Fgit-blob-1134d5a7805bdcfbe0c44181c7da18df2b50c53d%2F02_24_Data_Translation_Basics.jpg?alt=media" alt=""><figcaption></figcaption></figure></div>

The same toolbar options appear on both the menu bar and toolbar. Notice the shortcut option F5 can be used instead:

<div align="left"><figure><img src="https://3765209747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCM1VHDSP1DZXo7JkxunP%2Fuploads%2Fgit-blob-e7b1928f803351d3f1d652903cb27da8630dee12%2F02_25_Data_Translation_Basics.jpg?alt=media" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**NOTE**

*The action of the Run button can be modified by the dropdown on the button, including the ability to only run sections of your workspace (Run Selected), prompt the user for input (Prompt for User Parameters), the ability to cache intermediate data (Enable Feature Caching) and the ability to run with breakpoints for debugging (Stop at Breakpoints). We'll cover some of them later in the training.*
{% endhint %}

### **Workspace Results**

After running a workspace, related information and statistics are found in the Translation Log, which is displayed in the Workbench log window.

The translation log reveals whether the translation succeeded or failed, how many features were read from the source and written to the destination, and how long it took to perform the translation.

<div align="left"><figure><img src="https://3765209747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCM1VHDSP1DZXo7JkxunP%2Fuploads%2Fgit-blob-36f3c8ac51f57138fc41991fa6083500f34d94f7%2F02_26_Data_Translation_Basics.jpg?alt=media" alt=""><figcaption></figcaption></figure></div>

In this example, the log file reveals that 350 features were read (from a spatial data format called Esri Geodatabase) and written out (to a spatial form of XML, called GML).

The overall process was a success, with zero warnings. The elapsed time for the translation was 0.6 seconds.

{% hint style="info" %}
**TIP**

*In FME a "feature" is an individual piece of data, similar to a record in a database or a row in a spreadsheet.*
{% endhint %}
