getProcessRecipient

fun getProcessRecipient(context: Context, processUUID: String): Array<String>?

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.

processUUID

String the process uuid