executionInfos

@JvmName(name = "listClosedWorkflowExecutionsResponseWorkflowExecutionInfo")
fun Flow<ListClosedWorkflowExecutionsResponse>.executionInfos(): Flow<WorkflowExecutionInfo>

This paginator transforms the flow returned by listClosedWorkflowExecutionsPaginated to access the nested member WorkflowExecutionInfo

Return

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


@JvmName(name = "listOpenWorkflowExecutionsResponseWorkflowExecutionInfo")
fun Flow<ListOpenWorkflowExecutionsResponse>.executionInfos(): Flow<WorkflowExecutionInfo>

This paginator transforms the flow returned by listOpenWorkflowExecutionsPaginated to access the nested member WorkflowExecutionInfo

Return

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