flow

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCapabilities

func GetCapabilities() executor.Capability

func GetSchema

func GetSchema() interface{}

func NewFlowExecutor

func NewFlowExecutor(name string, node executor.Node, execID string) (executor.Executor, error)

Types

type FlowExecutor

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

func (*FlowExecutor) Close added in v0.9.0

func (j *FlowExecutor) Close() error

func (*FlowExecutor) Execute

func (j *FlowExecutor) Execute(ctx context.Context, execCtx executor.ExecutionContext) (map[string]string, error)

func (*FlowExecutor) GetArtifactsDir

func (j *FlowExecutor) GetArtifactsDir() string

type FlowExecutorPlugin added in v0.9.0

type FlowExecutorPlugin struct{}

FlowExecutorPlugin implements executor.ExecutorPlugin for the flow executor.

func (*FlowExecutorPlugin) GetCapabilities added in v0.9.0

func (p *FlowExecutorPlugin) GetCapabilities() executor.Capability

func (*FlowExecutorPlugin) GetName added in v0.9.0

func (p *FlowExecutorPlugin) GetName() string

func (*FlowExecutorPlugin) GetSchema added in v0.9.0

func (p *FlowExecutorPlugin) GetSchema() interface{}

func (*FlowExecutorPlugin) New added in v0.9.0

func (p *FlowExecutorPlugin) New(name string, node executor.Node, execID string) (executor.Executor, error)

type FlowWithConfig

type FlowWithConfig struct {
	FlowID string `` /* 146-byte string literal not displayed */
	Params string `` /* 159-byte string literal not displayed */
	Wait   bool   `` /* 168-byte string literal not displayed */
}

Jump to

Keyboard shortcuts

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