Versions in this module Expand all Collapse all v1 v1.12.0 Apr 23, 2026 Changes in this version + const DefaultPageSize + type Client struct + func New(gql *graphqlclient.Client, log *zerolog.Logger) *Client + func (c *Client) ListAll(ctx context.Context, pageSize int) ([]Workflow, error) + type Workflow struct + Name string + OwnerAddress string + Status string + WorkflowID string + WorkflowSource string