runs

@JvmName(name = "getWorkflowRunsResponseWorkflowRun")
fun Flow<GetWorkflowRunsResponse>.runs(): Flow<WorkflowRun>

This paginator transforms the flow returned by getWorkflowRunsPaginated to access the nested member WorkflowRun

Return

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