hi Brian
I think i understand where you are coming from with this. Something that I am currently implementing for one of my customers involves a simple database table in our ERP system to achieve something similar. The same sort of thing can be achieved with an excel spreadsheet, a text file or an xml file for that matter. Basically by defining a set of parameters, in a table which in my case is keyed on a customer reference, i can decide what i want to run ( an exe, a script or a batch file), any parameters required, and workflow criteria. An email trigger with a customer reference id kicks off a job that issues an sql query, pulls in the required parameters, assigns values to vc user variables, and calls the necessary executables or scripts.
It is a bit basic right now but forms what could become an incredibly powerful framework driven by job templates, particularly with Some enhancement requests i have submitted, including support for Select/Case statements, multiple delimited record (csv) support, and Interactive forms and user prompts. With any luck, if these can be implemented we're on to an incredibly powerful toolset that will prove very tough to beat!
Happy to provide more detail if anyone is interested :-)
cheers
Andy