Hello everyone,
We're trying to achieve a functionality where we need to extract or add documents to an ongoing workflow. Basically download/upload a Node from the Attachments Folder.
We've experimented with draft processes where we managed to get the ID of the Attachments Folder where we accessed some default documents for that process, but after initiating the WF it seemed that the ID of the Attachments Folder changed.
How could we get the Attachments Folder ID of an ongoing Workflow based on the WF ID, and how could we upload/download files from this Node?
Note: We have to use the Content Server REST API 21.4
Thank you all!