fmeobjects.FMEWorkspaceRunner.getParamType
- FMEWorkspaceRunner.getParamType(workspace, paramName)
This method retrieves the parameter type of the specified parameter name.
A full description of each parameter type can be found here:
http://docs.safe.com/fme/html/FME_GuiType/
- Parameters:
- Return type:
str or None
- Returns:
The parameter type.
- Raises:
FMEException – An exception is raised if the parameter is not found on the workspace.