fmeobjects.FMEWorkspaceRunner.getParamDefaultValue
- FMEWorkspaceRunner.getParamDefaultValue(workspace, paramName)
This method retrieves the default value of the parameter specified by paramName. If the the parameter does not have a default value, an empty str is returned.
- Parameters:
- Return type:
- Returns:
The parameter default value.
- Raises:
FMEException – An exception is raised if the parameter is not found on the workspace.