workflowExecutions

@JvmName(name = "listWorkflowExecutionsResponseWorkflowExecutionMetadata")
fun Flow<ListWorkflowExecutionsResponse>.workflowExecutions(): Flow<WorkflowExecutionMetadata>

This paginator transforms the flow returned by listWorkflowExecutionsPaginated to access the nested member WorkflowExecutionMetadata

Return

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