When you using `task.copy()` the upstream dependen...
# ask-community
j
When you using
task.copy()
the upstream dependencies are removed but are task results copied as well?
c
task.copy()
makes a copy of the task logic + settings when defining a Flow, and this can only occur prior to the Flow actually running, so there are no task results to copy