Hi ,
Is there a way to attach files in the workflow without files get selected by user? Basically I can get the attached files through
my
@files = $task->GetFiles();
The scenario that I need. User selected let say 3 files in
/default/main/Project/WORKAREA/microsites/test123
/default/main/Project/WORKAREA/microsites/test
/default/main/Project/WORKAREA/microsites/sample
Deploy the files in web server. Additional thing that I need to do.
I need to copy the set of files in different branch with different folder strucuture.
/default/main/NewProject/WORKAREA/microsites/sites/test123
/default/main/NewProject/WORKAREA/microsites/sites/test
/default/main/NewProject/WORKAREA/microsites/sites/sample
Basically I need to grab the new file strucutre.
note: User will not select the new files structure basically continuation of the workflow.
Any suggestions thanks!!