The WorkflowsPage Entity
The \Catalytic\SDK\Entities\WorkflowsPage
class represents a page of Workflow
s, usually returned from the Workflows->find()
method.
Instance methods
Name | Return Type | Description |
---|---|---|
getWorkflows | array | The Workflows included in this page of results |
getNextPageToken | string | The token used to fetch the next page of Workflows |
getCount | int | The total number of Workflows |
Updated almost 3 years ago