fmeobjects.FMEWorkspaceRunner.getParamLabel
- FMEWorkspaceRunner.getParamLabel(workspace, paramName)
This method retrieves the label str that describes the parameter specified by paramName.
- Parameters:
- 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.