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:
  • workspace (str) – The path to the workspace containing parameter name.

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

Return type:

str or None

Returns:

The parameter type.

Raises:

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