Hi Guys,
I'm trying to locate variables defined in a Workflow Model that was created using WorkFlow Modeller 7.4.1.
I checked and searched for defined variables below in red:
<item name="deploy_mode" pathid="deploy_mode">
<label>Deployment Mode</label>
<description></description>
<radio required="t">
<option label="Direct" value="direct"/>
<option label="Delay and schedule" value="delay"/>
<option label="Application Testing" value="appTest"/>
</radio>
</item>
for workflow options which is currently defined in the following file:
The following modes are all defined using SCRIPT $IW_CV Global Variables (Configurable) deploy_mode ID via WorkFlow modeller:
I don’t see modes setup in normal config locations below for this workflow that uses workflow modeler :
- Interwoven/TeamSite/local/config/lib/content_center/livesite_customer_src/etc/conf/livesite_customer/resources/customer-teamsite-resource-config.xml
- Interwoven/LiveSiteCSAuth/authoring/etc/deployment/config/lscs-authoring.xml
- Interwoven/OpenDeployNG/etc/odnodes.xml
I have also done a keyword search for “appTest” in the following locations on Teamsite Linux server, just in case this type of customization is located in a different unfamiliar to me but got no valid result:
- /opt/Interwoven/LiveSiteCSAuth
- /opt/Interwoven/TeamSite
- /opt/Interwoven/OpenDeployNG
- Some sections in /iwadmin store
The aim is to use the same configuration for current workflow but modifying deployment to new Tomcat server, which would be alot easier than rebuilding workflow from scratch. Any assistance in locating where these variables are defined would be a great help because we are currently behind in our migration schedule in configuring workflow for new Tomcat server.
Thanks.