From fee63b6563d80539a9df21386c0a7e0acf5e73ea Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Thu, 9 Nov 2023 09:00:03 -0500 Subject: [PATCH] Fixes list formatting in flytepropeller arch docs (#4345) Signed-off-by: Thomas J. Fan --- .../component_architecture/flytepropeller_architecture.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/rsts/concepts/component_architecture/flytepropeller_architecture.rst b/rsts/concepts/component_architecture/flytepropeller_architecture.rst index 4fa3cc2cd6..a04f6dbe4d 100644 --- a/rsts/concepts/component_architecture/flytepropeller_architecture.rst +++ b/rsts/concepts/component_architecture/flytepropeller_architecture.rst @@ -13,6 +13,7 @@ Introduction ============ A Flyte :ref:`workflow ` is represented as a Directed Acyclic Graph (DAG) of interconnected Nodes. Flyte supports a robust collection of Node types to ensure diverse functionality. + - ``TaskNodes`` support a plugin system to externally add system integrations. - Control flow can be altered during runtime using ``BranchNodes``, which prune downstream evaluation paths based on input. - ``DynamicNodes`` add nodes to the DAG.