Documentation
¶
Index ¶
- type AsyncExecutor
- type Compiler
- type Edge
- type ExecuteResult
- type ExecuteTask
- type ExecutionPlan
- type Executor
- type ExecutorDispatcher
- type ExecutorRegistry
- type ExecutorSpec
- type InputBinding
- type InputMode
- type InputSource
- type InputSpec
- type Node
- type NodeRun
- type PlanNode
- type PublishConfig
- type RunContext
- type RunEvent
- type RunSnapshot
- type RuntimeStore
- type Trigger
- type WorkerDescriptor
- type WorkerStatus
- type Workflow
- type WorkflowDefinition
- type WorkflowRun
- type WorkflowVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncExecutor ¶ added in v1.2.8
type AsyncExecutor = executor.AsyncExecutor
type Compiler ¶ added in v1.2.8
func NewCompiler ¶ added in v1.2.8
func NewCompiler() Compiler
type Edge ¶ added in v1.2.8
type Edge = definition.Edge
type ExecuteResult ¶ added in v1.2.8
type ExecuteResult = executor.ExecuteResult
type ExecuteTask ¶ added in v1.2.8
type ExecuteTask = executor.ExecuteTask
type ExecutionPlan ¶ added in v1.2.8
type ExecutionPlan = planning.ExecutionPlan
Planning layer aliases.
type ExecutorDispatcher ¶ added in v1.2.8
type ExecutorDispatcher = executor.Dispatcher
type ExecutorRegistry ¶ added in v1.2.8
func NewExecutorRegistry ¶ added in v1.2.8
func NewExecutorRegistry() *ExecutorRegistry
type ExecutorSpec ¶ added in v1.2.8
type ExecutorSpec = definition.ExecutorSpec
type InputBinding ¶ added in v1.2.8
type InputBinding = definition.InputBinding
type InputMode ¶ added in v1.2.8
type InputMode = definition.InputMode
type InputSource ¶ added in v1.2.8
type InputSource = definition.InputSource
type InputSpec ¶ added in v1.2.8
type InputSpec = definition.InputSpec
type Node ¶ added in v1.2.8
type Node = definition.Node
type PublishConfig ¶ added in v1.2.8
type PublishConfig = definition.PublishConfig
type RunContext ¶ added in v1.2.8
type RunContext = wfruntime.RunContext
type RunSnapshot ¶ added in v1.2.8
type RunSnapshot = wfruntime.RunSnapshot
type RuntimeStore ¶ added in v1.2.8
func NewGormStore
deprecated
added in
v1.2.8
func NewGormStore(db *gorm.DB) (RuntimeStore, error)
NewGormStore is the legacy core facade for the standalone runtime adapter.
Deprecated: new applications should compose the complete adapter through persist/gormstore.New. This function remains available for compatibility.
func NewMemoryStore ¶ added in v1.2.8
func NewMemoryStore() RuntimeStore
type Trigger ¶ added in v1.2.8
type Trigger = definition.Trigger
type WorkerDescriptor ¶ added in v1.2.8
type WorkerDescriptor = workerproto.WorkerDescriptor
Worker protocol aliases.
type WorkerStatus ¶ added in v1.2.8
type WorkerStatus = workerproto.Status
type Workflow ¶ added in v1.2.8
type Workflow = definition.Workflow
Definition layer aliases exposed as a stable shared package.
type WorkflowDefinition ¶ added in v1.2.8
type WorkflowDefinition = definition.WorkflowDefinition
type WorkflowVersion ¶ added in v1.2.8
type WorkflowVersion = definition.WorkflowVersion
Click to show internal directories.
Click to hide internal directories.