__VALUE__ is not working if i am calling the workflow using Workflow::WFTemplate.__TAG__ is working fine outside the <template_script>
Let me know if I need to modify it to get the values in __VALUE__ Rohit
Currently I am using$areaPath = __VALUE__('AreaPath');Even if i replace it with$areaPath = __INSERT__("__TAG__('AreaPath')");this is giving me value "0)" ...
Could u please suggest me a way so that i can get the value of 'AreaPath' form variable in my wft within <template_script> tag
my $wft = TeamSite::WFtemplate->new( template => $wft_file, custom_hash => ( AreaPath => $area_path, UID => $UID, . . . ),);