getGroupParticipants

suspend fun getGroupParticipants(context: Context, processUUID: String): List<STWGroup>?

Call this method to retrieve participants groups in the given process and it should be called only from a coroutine or another suspend function

Return

The groups STWGroup that participate in the given process

See also

Parameters

context
    **Context** The application context.
processUUID
    **String** the process uuid