Say I put a pattern matching process into a document's page processing routine, and I want this same step for a good number of my other document classes (but not all of them).
Right now, I'm copying and pasting the process to each class I want it to be in, but if I need to change it for whatever reason, I need to go to each individual process and update it. Is there a way to save a process and have classes reference it, or some other way to bulk update identical processes?