standalone

package
v1.2.8 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunCLI

func RunCLI(cfg CLIConfig) int

func RunDefinition

func RunDefinition(ctx context.Context, cfg RunnerConfig, input RunInput) (*wfruntime.WorkflowRun, error)

Types

type CLIConfig

type CLIConfig struct {
	DefinitionJSON string
	RegisterUnits  func(*worker.Service) error
	Stdin          io.Reader
	Stdout         io.Writer
	Stderr         io.Writer
	Args           []string
}

type RunInput

type RunInput struct {
	Vars    map[string]any
	Request map[string]any
}

type RunnerConfig

type RunnerConfig struct {
	Definition    *definition.WorkflowDefinition
	RegisterUnits func(*worker.Service) error
}

Jump to

Keyboard shortcuts

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