I've a process that's growing to have many operations in it. Is it possible to:
a) create a subprocess and move existing operations into it?
b) create another process file and move existing operations into it? And this gets called from another process file?
Thanks.