fmeobjects.FMEWorkspaceRunner.getPublishedParamNames

FMEWorkspaceRunner.getPublishedParamNames(workspace)

This method retrieves all the published parameter names on the specified workspace.

Parameters:workspace (str) – The path to the workspace to retrieve parameter names.
Return type:tuple[str] or None
Returns:The published parameter names.
Raises:FMEException – An exception is raised if the published parameter names could not be retrieved on the workspace specified.