workflowexecution

package
v1.0.60 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListFilter

type ListFilter struct {
	TenantID      string
	EnvironmentID string
	WorkflowType  string
	TaskQueue     string
	PageSize      int
	Page          int
}

ListFilter defines filters for listing workflow executions

type Repository

type Repository interface {
	Create(ctx context.Context, exec *ent.WorkflowExecution) error
	Get(ctx context.Context, workflowID, runID string) (*ent.WorkflowExecution, error)
	List(ctx context.Context, filter *ListFilter) ([]*ent.WorkflowExecution, int, error)
	Delete(ctx context.Context, id string) error
}

Repository defines the interface for workflow execution data access

Jump to

Keyboard shortcuts

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