My current project requires automation and scheduled execution of a number of tasks (copy a file, send an email when a new file arrives in a directory, execute an analytics job, etc). My plan is to write a number of individual shell scripts for each task but would need a workflow orchestration/job flow management tool.
I am aware of a number of workflow orchestration tools such as Airflow, Luigi, Azkaban and have used them in the past as well, but those seem to be designed for *nix systems and unless i am mistaken they don't support Windows.
What are some good tools and solutions to achieve this?