Hi,
I have two workstreams in my workspace:
- Check data integrity, culminating in any errors appearing out of the NotMatched port of a Matcher.
- Writes the data out.
The two workstreams are separate from eachother.
Is there a way to prevent the writer from executing if features appear in the NotMatched port of the other workstream?
At present, I disable the writer and run the workspace repeatedly (correcting errors in the NotMatched port) until the data is ready to be written. Not very efficient... Would appreciate any help!