getRecentUsedTemplateListAsFlow

fun getRecentUsedTemplateListAsFlow(context: Context): Flow<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 Flow for List of STWTemplate recently used.

Parameters

context
    **Context** The application context.