getAttachmentFilePath

open fun getAttachmentFilePath(@NonNull processUUID: String, @NonNull fileName: String): String

Gets the path of the attachment file.

Return

String : path of the attachment file, or null if the process or the file are not found.

Parameters

processUUID

String the process uuid.

fileName

String the name of the attachment file.