Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
Execute(code string, sharedData map[string]any) adapter.ExecutionResult
}
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func NewEngine ¶
func NewEngine(objSaver adapter.ObjectSaver) Engine
type Run ¶
type Run struct { WorkflowID string Error error StartTime time.Time FinishTime time.Time Logs []entity.NewRunLog }
func (Run) ToNewEntity ¶
Click to show internal directories.
Click to hide internal directories.