fmeobjects.FMEWorkspaceRunner.promptRun

FMEWorkspaceRunner. promptRun ( 工作空间 )

Executes the workspace file specified. This method will always prompt for any published parameters before running the workspace.

This method will run mapping files in addition to workspaces. However, workspaces are preferred over mapping files due to the configuration ease workspaces provide.

Parameters: 工作空间(str) – The path to the workspace to run.
Return type: None
Raises: FMEException– An exception is raised if the running of the workspace failed.