Hi
Can any one let us know how to download workitems/attachements of the workflow using dfc.
i am using the below query to get attachment id's and i want to save those attachments in to local machine.
select item_id from dmi_queue_item where name='****' and (task_state='dormant' or task_state='acquired')
Thanks in advance