Hi Diego,What I ended up doing was separating my processes from my
templates into two applications. We have somewhere between 300 and 400
templates, so this was the big problem. I figured out somewhere along
the way that the templates themselves didn't need to be deployed. They
just need to be checked into the repository. Then, I have a separate
application that accesses those templates from the repository, and I
deploy it, but since it only is a handful of artifacts, it deploys very
quickly. I ...