Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SimpleOutputsResolver ¶
type SimpleOutputsResolver struct {
// contains filtered or unexported fields
}
A simple output resolver that expects an outputs.pb at the data directory of the node.
func NewSimpleOutputsResolver ¶
func NewSimpleOutputsResolver(store storage.ProtobufStore) SimpleOutputsResolver
Creates a simple output resolver that expects an outputs.pb at the data directory of the node.
func (SimpleOutputsResolver) ExtractOutput ¶
func (r SimpleOutputsResolver) ExtractOutput(ctx context.Context, w v1alpha1.ExecutableWorkflow, n v1alpha1.ExecutableNode, bindToVar handler.VarName) (values *core.Literal, err error)
Click to show internal directories.
Click to hide internal directories.