Skip to content

Documents should have getter for attached files #240

@laserval

Description

@laserval

Currently, getting hold of attachments requires:

  1. Getting hold of the RemotePipeline from the current stage
  2. Calling getFileNames to find out what attachments, if any, the document has
  3. Calling getFile for reach file you want
  4. Getting the inputstream from the returned DocumentFile
  5. Streaming the file to wherever it is needed

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions