A
node represents a unit of execution within a Flyte workflow, encapsulating tasks, sub-workflows, or external workflows. Nodes can have inputs and outputs, which coordinate task inputs and outputs, and can be of various types such as task nodes, workflow nodes, and branch nodes (
Flyte Nodes).
A
task is the primary building block of a Flyte pipeline, representing an independent unit of execution with typed, declarative inputs and outputs. Tasks are containerized and run in isolation within their own Kubernetes pods (
Flyte Tasks).
Would you like more detail?
Sources:
-
Flyte Nodes
-
Flyte Tasks 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.