Run Part of a Flow
Last updated: 23 Dec 2022
Exercise¶
Due to a change in a business process, we no longer need to run the entirety of a flow we've built. Given a flow file with multiple nodes and branches, we want to run a job that only runs a subset of those nodes (exclude the branch that filters the flat file DailySales_Store3.csv).
Hints¶
Read through Orchestration.