Hi Parnab,
Let's get wild, DIY time! :)
In theory, you could create yourself a simple but nice DIY solution. Start by creating a new process that does nothing but read an XL file, execute its data, remove the newly read data from XL and then wait a while before reading the XL again to do the same as before.
The XL can contain the name of the process to be started and the parameters to be used. If data was found in the XL, the new process will start the process requested to run with the provided parameters.
Starting the requested process implies hard-coding the call to the processes you want to run this way. The new process will contain a Choice stage for the different processes to be started. The new process picks the appropriate process and parameters via the data from the XL. After the process has been run, the XL row will be removed by the new process.
Your end-user can enter the process-data in the XL, save the XL and the new process will pick it up and run it. You could even pimp it up by building a nice web or GUI front-end for populating the XL.
All of this is quite basic and only suitable for application in small volumes. But, as usual with DIY, the costs are low!
----------
Have fun!
Paul
Sweden
------------------------------
Happy coding!
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)