Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to pass deploy asset file list to Open Deploy Task in workflow modeler?
anjani
Hi,
I am using workflow modeler 1.0.0.1 with TeamSite 6.7.1 SP1 on Solaris.
In Open Deploy Task, i am passing asset file list( path of file which contain list of asstes to be deployed) as OD Variables.
Before the Deploy task i am creating the asset file list appended with the job id (for ex : assetFile_.txt) in a external task.
So my concern is how to pass the file path to the Open Deploy task as OD variable.I can pass the file path but the problem is with the name of the file which is appended with the job id.As the job id will change foe each job, how can i make the file name creation dynamic depending on the job id.
For example i passing a OD variable to open deploy task as :
assetFileList = /$IW_HOME/tmp/assetFile.txt
Then how can change the file name dynamically ( in file name ) in the OD Variable which contains the path of asset file list.
Or is there any another good way to create the deploy asset file list for Open Deploy task.
Any suggestion or pointer will be appreciated.
Thanks,
A.S.
Find more posts tagged with
Comments
Bill Klish
Upstream in the workflow add the logic in a workflow task to update the OD file list parameter with your updated path.