get Process Participants
abstract suspend fun getProcessParticipants(context: Context): List<STWContact>?
Content copied to clipboard
Gets the list of participants in the given processes.
Return
List of STWContact. participants contacts
Parameters
context
Context The application context.