I've made a copy data object that logs process info about the pipeline into a SQL Table. This copy data activity is generic in use and can be applied to all of my pipelines... but how can i declare this specific copy data as a reusable object for all my pipelines?
You can create a separate pipeline in Data Factory that contains only the generic copy activity. This pipeline can then be executed (reused) from all your pipelines.