workflows

@JvmName(name = "listWorkflowsResponseListedWorkflow")
fun Flow<ListWorkflowsResponse>.workflows(): Flow<ListedWorkflow>

This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member ListedWorkflow

Return

A kotlinx.coroutines.flow.Flow that can collect ListedWorkflow