Pick and include one of your predefined process fragments to help you reuse behavior.
If you find yourself implementing the same processor setup in multiple places, it might be a good idea to extract it into a processor fragment and then reuse it wherever you need it. This removes repetition, and helps you change behavior if you need to.