Interface WorkflowTaskWithHistoryIterator


  • public interface WorkflowTaskWithHistoryIterator
    Contains WorkflowTask and history iterator that paginates history behind the scene.
    • Method Detail

      • getWorkflowTask

        io.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponseOrBuilder getWorkflowTask()
      • getHistory

        java.util.Iterator<io.temporal.api.history.v1.HistoryEvent> getHistory()