Hi All,
Can you please help me out in how to get the list of files deployed with Jobid.
I know how to do it if i know the taskid but jobid.
Thanks in advance
From the jobid you can get a job object (are you working in Perl or Java/CSSDK?)
From the job object you can get a list of task objects
From a task object you can get a list of files associated with that task (assuming you didn't choose a task that does not have files - like a dummytask)
Note - this will tell you the files associated with the task, not necessarily the files that were deployed - since it is possible that your deployment processs might select additional files or filter out some files...