I've been asked to update a service definition, but the additional workflow steps require me to change a single workflow into two workflows. While the two versions are similar, there will be a need for 2 workflows where there was one. I am wondering if its possible to copy a service definition (not just a version with it) to a new service (or 2). If so, what is the procedure to do so as I am not seeing this in the GUI at all. I am currently running vCloud Application Director 6.01
Thanks in advance,
Roger
It would seem that the only way to do this is to use the AppD CLI and Export the Service definition (with --substituteSecuredProperties), then import the definition using the --conflictResolutionAction IMPORTASNEW --suffix <newsufix> switches...
The joy of digging...
It would seem that the only way to do this is to use the AppD CLI and Export the Service definition (with --substituteSecuredProperties), then import the definition using the --conflictResolutionAction IMPORTASNEW --suffix <newsufix> switches...
The joy of digging...