solution: TS671SP1/OD62/LS30/WFM1001Query I have is that I have a wfm that I would like to reuse in different branches kicking off different OpenDeploy deployment configuration files. I created a custom_config.xml through the TS Admin UI for a branch called AUTHORING.I included some global variables like:[html]CPW BranchBranchAUTHORINGtruetrue[/html]i would like to set the following variables:cpwbrI have created the variables in the wfm and then assigned them to the Deployment Task in the OD variables like :NPEArea: $IW_CV(cpwbr)/WORKAREA/$IW_CV(cpwwa)I cannot use the system variable $IW_WORKAREA in the NPEArea variable that OD uses, because I just need the branch name, not the vpath. Same for the CPW_WORKAREA global variable.The OpenDeploy configuration does not get the substituted parameter.Can I to set these global variables through the custom_instantiation.cfg instead of the odSubst_ in perl or java? Possibly do some formapi.
I have a wfm that I would like to reuse in different branches kicking off different OpenDeploy deployment configuration files.
Variable - [cpwwa] - 8 Label CPW Workarea Hidden * Yes No Description Workarea Readonly * Yes No Value $cpwwa^
[html]Variable - [NPEarea]Label NPEarea * Hidden * Yes No Description Readonly * Yes No Value $cpwbr/WORKAREA/$cpwwa[/html]