common

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: May 27, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DisplayWorkflowDetails

func DisplayWorkflowDetails(
	cfg *settings.Settings,
	runtimeContext *runtime.Context,
	action,
	workflowName,
	ownerAddress string,
)

func FetchAllWorkflowsByOwnerAndName added in v1.17.0

FetchAllWorkflowsByOwnerAndName returns every workflow version for owner+name, paginating until exhausted.

Types

type WorkflowListByOwnerAndNameClient added in v1.17.0

type WorkflowListByOwnerAndNameClient interface {
	GetWorkflowListByOwnerAndName(ctx context.Context, owner common.Address, workflowName string, start, limit *big.Int) ([]workflow_registry_v2_wrapper.WorkflowRegistryWorkflowMetadataView, error)
}

WorkflowListByOwnerAndNameClient fetches workflow metadata pages from the registry.

Jump to

Keyboard shortcuts

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