Technical Orchestration
  • 23 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Technical Orchestration

  • Dark
    Light

Article summary

These exercises look at some advanced features of flow orchestration.


Exercises

  1. 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:

  1. Schedule the above to happen at 2AM every other Tuesday.

  1. Notify yourself with an email when the above successfully happens.

  1. Run the above flow from a separate flow by using the REST command node.

  1. Run the above REST command flow by dropping a file into a directory.

Hints

  1. Read through Flat File Source, Derive, Filter, Flat File Export, Database Source, Database Export, and Flow Connections.

  1. Read through Run Profiles.

  1. Read through Email Alerting.

  1. Read through REST Command.

  1. Read through File Watcher.


Was this article helpful?