I have a requirement where in I want to do some preprocessing and postprocessing for each processor. Basically I want to add start time end time and some extra details on each flowfile So what will be the best way.
- Create custom controller service
- add execute script before after each processor
Or any other way?