Class: Temporalio::Client::ListWorkflowPage
- Inherits:
-
Object
- Object
- Temporalio::Client::ListWorkflowPage
- Defined in:
- lib/temporalio/client.rb
Overview
A page of workflow executions returned by #list_workflow_page.
Instance Attribute Summary collapse
-
#executions ⇒ Array<WorkflowExecution>
List of workflow executions in this page.
-
#next_page_token ⇒ String?
Token for the next page of results.
Instance Attribute Details
#executions ⇒ Array<WorkflowExecution>
Returns List of workflow executions in this page.
61 |
# File 'lib/temporalio/client.rb', line 61 class ListWorkflowPage; end |
#next_page_token ⇒ String?
Returns 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 |