Any recommends here? I need something that can take a set of processes and batch them together. For example, I need to:
1) execute some sql
2) run C# snippets
3) have checkpoint steps with human interaction (i.e. send off an email at step X and wait for a user to review a result and click continue etc…)
If you are using C#, you might as well use the Windows Workflow Framework that’s part of 3.5. That is pretty much exactly what it’s used for.