getRecentUsedTemplateList

suspend fun getRecentUsedTemplateList(context: Context): 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.

It should be called only from a coroutine or another suspend function.

Return

The List of STWTemplate recently used, or null if it is not found.

Parameters

context
    **Context** The application context.