I'm trying to debug a workbench and was and was wondering if it's possible to see the flow of one particular record.
About 85k records (all with a unique ID) go into the workbench and flow through a network of transformers before all coming out via a single writer.
I have identified several features that have been processed incorrectly but in order to work out what went wrong I need to work out the path they took through the transformers.
Any suggestions on how to achieve this?
Thanks