FME Form: 2025.2
Running a Workspace with User Parameters
Making Parameter Visibility Conditional
You can control the visibility of user parameters depending on the values of other parameters that are specified previously in the dialog. Visibility is configured in coordination with the Conditional Visibility setting in the User Parameters dialog, and user parameters that allow specifying a single value, such as a Yes/No parameter, a specified Text string, or a Choice parameter that does not Allow Multiple Selection. For more information, see Controlling Parameter Visibility.
From FME Workbench
- Select Run on the Menu Bar and check Prompt for User Parameters. Alternatively, set the Prompt for Parameters workspace parameter.
- Run the workspace.
- You are prompted for values. (Remember, however, that if you defined hidden user parameters, you are not prompted for values.)
- If you want the specified values to load by default when running this workspace subsequently, check Save As User Parameter Default Values. (The default behavior of this setting is controlled by the Prompt And Run workspace parameter.)
- If you have presets defined and want to load one to supply values, click Presets and select Load<'preset_name'> for the preset you want to load. The Presets button allows you to perform other tasks dynamically with presets. For more information, see Reusing User Parameter Values with Presets.
- Click Run to continue with the translation.
From the Command Line
When you click the Run button to run the translation, the command line syntax is generated in the workspace log window. The syntax is visible in the beginning of the log file.
Command Line Parameters
|
Parameter |
Default Value |
Description |
|---|---|---|
| --FME_LAUNCH_VIEWER_APP | NO | If YES, the FME Data Inspector opens after the translation is finished. |