Refactor pipeline utilities
The same snippets of code are ubiquitous for several repeated use cases. Clean these up, test them, and centralize them.
Common examples:
- Creating a Pipeline
- Seeking the Pipeline
- Executing the Pipeline
The same snippets of code are ubiquitous for several repeated use cases. Clean these up, test them, and centralize them.
Common examples: