get Process Recipient
fun getProcessRecipient(context: Context, processUUID: String): Array<String>?
Content copied to clipboard
Retrieve the list of Recipients for draft version or from last process using same template (process has no version(0)). if you pass a null process uuid, you can retrieve the list of recipients in first version for the last process created by the same template.
Return
Array of process recipients
Parameters
context
Context The application context.
process UUID
String the process uuid