Currently, getting hold of attachments requires:
- Getting hold of the RemotePipeline from the current stage
- Calling
getFileNames to find out what attachments, if any, the document has
- Calling
getFile for reach file you want
- Getting the inputstream from the returned DocumentFile
- Streaming the file to wherever it is needed
Currently, getting hold of attachments requires:
getFileNamesto find out what attachments, if any, the document hasgetFilefor reach file you want