taskchainservice

package
v0.0.76 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// Create a new task chain
	Create(ctx context.Context, chain *taskengine.TaskChainDefinition) error

	// Get a task chain by ID
	Get(ctx context.Context, id string) (*taskengine.TaskChainDefinition, error)

	// Update an existing task chain
	Update(ctx context.Context, chain *taskengine.TaskChainDefinition) error

	// Delete a task chain
	Delete(ctx context.Context, id string) error

	// List task chains with pagination
	List(ctx context.Context, cursor *time.Time, limit int) ([]*taskengine.TaskChainDefinition, error)
}

func New

func New(db libdb.DBManager) Service

func WithActivityTracker

func WithActivityTracker(service Service, tracker libtracker.ActivityTracker) Service

WithActivityTracker wraps a task chain service with activity tracking capabilities

Jump to

Keyboard shortcuts

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