get Process Participants As Live Data
fun getProcessParticipantsAsLiveData(context: Context, processUUID: String): LiveData<List<STWContact>?>
Content copied to clipboard
Gets the list of participants in the given processes.
Return
LiveData of the list of STWContact that participate in the given process
See also
Parameters
context
**Context** The application context.Content copied to clipboard
process UUID
**String** the process uuidContent copied to clipboard