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 attach files to WF in ccstd
K_SATO
I have the template which generate two HTML files automatically.
When users who are using ccstd run new form, the wizard starts, and try to submit, ccstd set DCR and one generated file to submit work flow.
I want to attach one another HTML file that generated at the same time to the work flow in ccstd wizard.
Do you know the way for that?
Thanks.
Find more posts tagged with
Comments
amandal
You can use Filelist deployment.If you need sample code please let me know -I think I can help you reagrding that.
Migrateduser
Use and external task and use iwaddtaskfile.exe in the perl to add this file during the start of the workflow.
auditTrail.jpg
Bill Klish
Or use Java and the CS SDK CSTask object to add the files you need before or after your workflow starts.