steps

@JvmName(name = "listWaitingWorkflowStepsResponseWorkflowStepExecution")
fun Flow<ListWaitingWorkflowStepsResponse>.steps(): Flow<WorkflowStepExecution>

This paginator transforms the flow returned by listWaitingWorkflowStepsPaginated to access the nested member WorkflowStepExecution

Return

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


@JvmName(name = "listWorkflowStepExecutionsResponseWorkflowStepMetadata")
fun Flow<ListWorkflowStepExecutionsResponse>.steps(): Flow<WorkflowStepMetadata>

This paginator transforms the flow returned by listWorkflowStepExecutionsPaginated to access the nested member WorkflowStepMetadata

Return

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