fmeobjects.FMEWorkspaceRunner.getParamOptional

FMEWorkspaceRunner.getParamOptional(workspace, paramName)

This method determines if the specified parameter name on the workspace is an optional parameter.

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

  • paramName (str) – The parameter name to determine if optional.

Return type:

bool or None

Returns:

True if the parameter is optional, False otherwise.

Raises:

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