get Recent Used Template List As Live Data
fun getRecentUsedTemplateListAsLiveData(context: Context): LiveData<List<STWTemplate>?>
Content copied to clipboard
Gets the list of templates recently used to create processes. The list size of resent templates is limited to maximum count configurable on backend side.
Return
The LiveData for List of STWTemplate recently used.
Parameters
context
**Context** The application context.Content copied to clipboard