fmeobjects.FMEWorkspaceRunner.getParamLabel

FMEWorkspaceRunner.getParamLabel(workspace, paramName)

This method retrieves the label str that describes the parameter specified by paramName.

Parameters:
  • workspace (str) – The path to the workspace containing parameter name.

  • paramName (str) – The parameter name of the label to retrieve.

Return type:

str or None

Returns:

The parameter label str.

Raises:

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