Hello. I have a question. Does anyone know how to check inside the workspac that the workbench has processed all the data at the beginning of the WS? It happened to me several times that during a large WS the workbench looked like it was finished properly, but not all the data was retrieved during the data transformation. I came up with a counter at the beginning and end of the WS, but it's probably not the perfect solution. Another thing is that the counter reads over and over again, if WS is automated, I would need to somehow reset it when it's done. I need something that will be obvious at first glance, the search in the log will take me a long time.
Thanks a lot



If you don't want to manually parse/search the log file, you can use FME for that too by utilizing the WorkspaceRunner transformer and reading the .log file that is produced with a CSV reader (it's just a pipe-delimited CSV):
You could also write this to a separate file if you wanted to keep a history table of the job details (i.e. read in, written out, start/end time, etc.).
Thank you for answer. I understand your print screen, but it's not so clear to me, an error somewhere in the settings? Total features read in log I should have 12 020, I only have one. I would need to perform an element level check. I don't know if I'm explaining it correctly.