I'm trying to come up with a solution to do branching for vRO development so we can stop stomping all over our workflows. There isn't any native functionality in vRO to do this, nor does it seem there ever will be.
How can I import a workflow via the REST API? My thought is to pull a workflow via REST from the developer vRO instance, pull the gold vRO workflow, upload them both to a staging vRO server, putting the gold one in as version 0.0.1 and the dev version in as 0.0.2 so we can use native vRO diff functionality to allow the developer to resolve any issues that may have been pushed into Gold by another developer. I can easily download one and hit the upload URL, but I don't see any documentation around how i can modify the version, name, or destination folder.
Alternatively if someone has a great way to do branching to prevent a bunch of vRO developers stomping on each other, i'm all ears.