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)
Retrieving configuration and global variable in perl
nettai
hi,
I am using workflow modular and initialized some global variable using configuration variables and datasource variable. I want this variable to be accessed in my external task. How can I do this?
Thanks in advance
Find more posts tagged with
Comments
dazzlad
Suggest you read the workflow developers guide.
$task->GetVariable is documented in there.
nettai
dazzlad,
$task or $job does not retrieve/update configuration variable's or datasource variable. they are just used to retireve task variables.
kindly anyone help me out in this.
thanks,
dazzlad
Can you explain what you mean by 'Global configuration variable' (iw.cfg maybe?) and 'datasource variable'
Frederik
it sounds like original poster is talking about WFM (workflow model, the 6.7.1+ workflow engine) and you're talking about WFT (workflow template, the earlier style which is heavily perl oriented). 2 different things
dazzlad
****, second time I've made that particular mistake!
Apologies.