workflowRuns

@JvmName(name = "listWorkflowRunsResponseWorkflowRunSummary")
fun Flow<ListWorkflowRunsResponse>.workflowRuns(): Flow<WorkflowRunSummary>

This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary

Return

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