David Ojeda
04/21/2020, 5:26 PMget_terminal_tasks()
to determine how to connect these graphs.
Something has changed on the way switch/merge
is managed and this created several terminal_tasks on one of my flows.
The solution for me was to set the reference task of each flow and use get_reference_task
instead of get_terminal_tasks
Anyways, needed to share the small win after a frustrating bug-hunting session (because the bug would present itself randomly due to set
not having an order)Dylan
Zachary Hughes
04/21/2020, 5:29 PMJim Crist-Harif
04/21/2020, 6:36 PMswitch
or ifelse
now implicitly create and return a merged task at the end, which makes them easier to compose.David Ojeda
04/21/2020, 7:21 PMDavid Ojeda
04/21/2020, 7:23 PMJim Crist-Harif
04/21/2020, 7:27 PMmerge
tasks in the visualized graph
• We could change the api for expressing branches to make it easier to express branches that should execute more than one task.
•Jim Crist-Harif
04/21/2020, 7:27 PMDavid Ojeda
04/21/2020, 7:28 PMDavid Ojeda
04/21/2020, 7:28 PMJim Crist-Harif
04/21/2020, 7:39 PM