I am developing a workflow which involves a chain of tasks. This chain is started atomatically on the creation of a specific list item. The workflow creates a new "readonly" list item in another list to hold all the information and creates a new task item to collect more info. This new task then updates the "readonly" list item with its new data and creates the next task in the chain.
The initial list item can have attachments. How can I transfer or otherwise link these attachments to the new readonly list item ?
I only have sharepoint designer and cant implement this in code due to corporate IT restrictions. (or can I?)