Create multiple IDs in one task process
Hi
I have created one method which is used to create a PDF and that PDF details is store in table in database and that PDF will delete after 15 days.For every one PDF I created one task.Now I need to create a task which will accept multiple PDF IDs at one task and that multiple IDs should delete at one time.how should I write
Thanks