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)
Attach files with workflow
prasadanand
Hi ,
I am doing a tt_data workflow and when a user saves and closes the dcr it invokes the workflow which sends an email and later to deployment.
I need to be able to add all the related files of the dcr (images or any that are attached) along with the workflow.
How can i do that ...use the iwtaskaddfiles....if so...can any one share with me any ..snippets if they have..
Definitely appreciate any one who can do that.
Find more posts tagged with
Comments
Adam Stoller
Wasn't there another post about something like this in one of the forums not too long ago? Maybe it was yours, can't remember.
I don't have code to give you - but basically have an externaltask prior to your submittask, that parses the attached DCR looking for "related files" and then use the TeamSite::WFtask AddFile() method to add those files (areavpath-relative paths) to the task.
--fish
(Interwoven Senior Technical Consultant)