getProcessAttachments

open fun getProcessAttachments(@NonNull context: Context, @Nullable processUUID: String): List<ProcessAttachmentItem>

Retrieves the attachments linked to the given process.

Return

list of ProcessAttachmentItem for the given process.

Parameters

context

Context The application context.

processUUID