workflows

@JvmName(name = "listWorkflowsResponseWorkflowSummary")
fun Flow<ListWorkflowsResponse>.workflows(): Flow<WorkflowSummary>

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

Return

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