I have a workbench that's converting 3D CAD files to 2D shapefiles, and some attribution changes.
After reading in the CAD data, there's a test filter that separates the data into 4 separate paths, in which each path has a separate Shapefile it writes to.
My goal is to have 1 path run, and successfully write before beginning the next path. This functionality would need to happen after the test filter separates the data out.
Is there anything way to configure this?
I could split this into 4 separate workbenches and automate on Flow, but wasn't sure if there's a fancy transformer that has this sort of functionality before spawning a gaggle of separate workbenches.
Thank you!