Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrExecutionNotFound = errors.New("execution not found")
)
View Source
var (
ErrNodeNotFound = errors.New("node not found")
)
Functions ¶
This section is empty.
Types ¶
type Execution ¶
type Execution interface { Init(ctx context.Context) error Close() GetExecution(ctx context.Context, id workflow.ExecutionIdentifier) (*workflow.Execution, error) CreateExecution(ctx context.Context, ex *workflow.Execution) error CloseExecution(ctx context.Context, id workflow.ExecutionIdentifier, result workflow.Status, output workflow.SerializedExecutionResult) error }
Click to show internal directories.
Click to hide internal directories.