getRecentUsedTemplateListAsLiveData

fun getRecentUsedTemplateListAsLiveData(context: Context): LiveData<List<STWTemplate>?>

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.