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)
Workflow not attaching files
myr
I'm using an Interwoven "out of the box" perl script that's in the local/config/wft/solutions directory. The only change that I made to this script is to change the directory where the generated html is outputted:
my $generatedFile_dir =
"$areapath/Current/";
my $ofile =
"$generatedFile_dir$dcr_name.shtml";
However now the generated files do not get attached to the workflow. If I revert these lines of code, the original worflow will attach both the DCR and generated html file to the task. (but places the generated html file in the same directory as the DCR)
Can anyone please advise how I can make this script work to save the generated html file in the "current" directory AND attach it to the
workflow? Thanks.
Find more posts tagged with
Comments
jbonifaci
Can you please post the script in question (as an attachment)...?