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 string is returned.

Parameters:
  • workspace (str) – The path to the workspace containing parameter name.
  • paramName (str) – The parameter name of the default value to retrieve.
Return type:

str

Returns:

The parameter default value.

Raises:

FMEException – An exception is raised if the parameter is not found on the workspace.