Skip to main content

Hi!

I have 2 workspaces. The first output shp files. The second workspace call the first.

I would like to run the first on the second, but not export shp.

I have this problem because my first workspace is used for differents uses, so in some cases I have a second workspace and in others cases I have not.

I look on the parameters of workspacerunner and featurewriter but I don't find the solution.

Thanks

One way would be to create a parameter on the workspace that outputs shape files with two choices, yes and no, introduce a tester which tests for the value of this parameter and only output features that pass the test to a shapefile writer

You will then be able to set this parameter in a workspace runner to control whether the child workspace outputs shape files or not


Perfect!

Just a little question associated. There is a way to show the parameters of the workspace runner directly on the form when the workbench run ? I have a lot of published parameters and it will be more easy to not have to rewrite all of them on the second workbench (where is the workspace runner).

Thanks!


Reply