get Process Participants
suspend fun getProcessParticipants(context: Context, processUUID: String): List<STWContact>
Content copied to clipboard
Gets the list of participants in the given processes.
Return
List of STWContact. participants contacts
See also
Parameters
context
**Context** The application context.Content copied to clipboard
process UUID
**String** the process uuidContent copied to clipboard