Help with Exporting Processes inside Template

I created a template that contains multiple different processes that I would like to publish to orchestrator. Is there a way to publish just the processes? I chose a template because I need to replicate the same processes in other ways while changing a few small details but am beginning to wonder if I should have programmed them as dedicated processes from the beginning. The purpose of the entire project is to run certain processes unattended on orchestrator at various time intervals. I’m not sure if its relevant or not but the processes i’m trying to run do invoke other workflows from the same overarching template.

Any help would be greatly appreciated!

@PurplePrognoses

If you have clubbed multiple processes to make it a single process then you can publish only one

You have to make them separate inorder to publish them separately , if kept as one then only one process can be published where as you can use multiple entry points to create multiple processes from that one package by selecting different end points

Cheers

This may be a dumb question but can you make them their own process without remaking them? Essentially how do I pull it out of the template and save it as its own process?

@PurplePrognoses

Just copy those process folders directly out of it and open them it should be working as a separate process

Cheers