package
1.1.129
Repository: https://github.com/flyteorg/flytepropeller.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author

# Constants

Complete indicates successful completion of a node.
Node failed in execution, either this node or anything in the downstream chain.
Indicates that the node is not yet ready to be executed and is pending any previous nodes completion.
Indicates that the node was queued and will start running soon.
Node recovered from a prior execution.
Indicates that the payload associated with this node is being executed and is not yet done.
Indicates that the nodes payload has been successfully completed, but any downstream nodes from this node may not yet have completed We could make Success = running, but this enables more granular control.
Node failed because execution timed out.
Finalize node failing due to timeout.
Internal error observed.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Helper struct to allow passing of status between functions.

# Interfaces

CacheableNodeHandler is a node that supports caching.
No description provided by the author
No description provided by the author
Core Node Executor that is used to execute a node.
No description provided by the author
NodeExecutionContextBuilder defines how a NodeExecutionContext is built.
No description provided by the author
NodeExecutor defines the interface for handling a single Flyte Node of any Node type.
Interface that should be implemented for a node type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

p of the node.