I want to log some workbench results directly to a database. As a template to start from I followed this example https://community.safe.com/s/article/shutdown-python-scripts-in-fme#ex3
Works greeat, only issue is fme.totalFeaturesRead and fme.totalFeaturesWritten evaluates to 0 when there are 10'' objekts in my workbench which is dynamic.
How would one go about to get the totalFeaturesRead and written for a dynamic workbench?
fme.totalFeaturesRead i evaluated if a regular reader is used. But i am using FeatureReader / Writer - in that case it is not reported. But why not?