list

package
v1.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(runtimeContext *runtime.Context) *cobra.Command

New returns the cobra command.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler fetches and renders workflow executions.

func NewHandler

func NewHandler(ctx *runtime.Context) *Handler

NewHandler builds a Handler with a real WorkflowDataClient.

func NewHandlerWithClient

func NewHandlerWithClient(ctx *runtime.Context, wdc *workflowdataclient.Client) *Handler

NewHandlerWithClient builds a Handler with a pre-built client (for testing).

func (*Handler) Execute

func (h *Handler) Execute(ctx context.Context, inputs Inputs) error

Execute lists executions applying filters from inputs.

type Inputs

type Inputs struct {
	// WorkflowRef is an optional workflow name or on-chain WorkflowId from the positional arg.
	WorkflowRef    string
	Statuses       []workflowdataclient.ExecutionStatus
	From           *time.Time
	To             *time.Time
	Limit          int
	OutputFormat   string
	NonInteractive bool
}

Inputs holds resolved and validated flag/arg values for execution list.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL