import ch.ivyteam.ivy.workflow.document.IDocument;
for(IDocument doc : ivy.case.documents().getAll())
{
out.caseFiles.add(doc.read().asIvyFile());
}
the my `caseFiles` fields field is a List of File
import ch.ivyteam.ivy.workflow.document.IDocument;
for(IDocument doc : ivy.case.documents().getAll())
{
out.caseFiles.add(doc.read().asIvyFile());
}
my `caseFiles` fields is a List of File