Technical Orchestration
- 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Technical Orchestration
- Updated on 23 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
These exercises look at some advanced features of flow orchestration.
Exercises
- You are the manager tracking sales for stores from Flat File Management. Given three flat files with sales data per store (DailySales_Store1.csv, DailySales_Store2.csv and DailySales_Store3.csv), you want to build on the former solution:
- Schedule the above to happen at 2AM every other Tuesday.
- Notify yourself with an email when the above successfully happens.
- Run the above flow from a separate flow by using the REST command node.
- Run the above REST command flow by dropping a file into a directory.
Hints
- Read through Flat File Source, Derive, Filter, Flat File Export, Database Source, Database Export, and Flow Connections.
- Read through Run Profiles.
- Read through Email Alerting.
- Read through REST Command.
- Read through File Watcher.
Was this article helpful?