Class: Temporalio::Client::ListWorkflowPage

Inherits:
Object
  • Object
show all
Defined in:
lib/temporalio/client.rb

Overview

A page of workflow executions returned by #list_workflow_page.

Instance Attribute Summary collapse

Instance Attribute Details

#executionsArray<WorkflowExecution>

Returns List of workflow executions in this page.

Returns:



61
# File 'lib/temporalio/client.rb', line 61

class ListWorkflowPage; end

#next_page_tokenString?

Returns Token for the next page of results. nil if there are no more results.

Returns:

  • (String, nil)

    Token for the next page of results. nil if there are no more results.



61
# File 'lib/temporalio/client.rb', line 61

class ListWorkflowPage; end