it's a pity that process cannot contain another process. Use case, we need to load multiple hierarchies into spike model, typically upload all of them at once, but some of them need to be reloaded on ad hoc basis (each import contains multiple actions). The result is that we need to maintain multiple processes, and one super process, that contain all actions from the all import process. If one of the processes changes, we also need to make sure that the super process is updated in the same way. It's nightmare to maintain
... View more