get Attachment File Path
open fun getAttachmentFilePath(@NonNull processUUID: String, @NonNull fileName: String): String
Content copied to clipboard
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
process UUID
String the process uuid.
file Name
String the name of the attachment file.