From 106aff7c1f64c9f906b2785e420e63d3ed431624 Mon Sep 17 00:00:00 2001 From: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Date: Mon, 14 Jun 2021 10:05:19 -0700 Subject: [PATCH] Update dynamics.py (#291) --- cookbook/core/control_flow/dynamics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/core/control_flow/dynamics.py b/cookbook/core/control_flow/dynamics.py index 3cc2be2552..b8a731a489 100644 --- a/cookbook/core/control_flow/dynamics.py +++ b/cookbook/core/control_flow/dynamics.py @@ -1,6 +1,6 @@ """ -Dynamic Workflows ------------------ +Dynamic Tasks +-------------- A workflow is typically static where the directed acyclic graph's (DAG) structure is known at compile-time. However, scenarios exist where a run-time parameter (e.g. the output of an earlier task) determines the full DAG structure.