fmeobjects.FMEWorkspaceRunner.getPublishedParamNames

FMEWorkspaceRunner.getPublishedParamNames(workspace)

This method retrieves all the user 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 user parameter names.

Raises:

FMEException – An exception is raised if the user parameter names could not be retrieved on the workspace specified.