Is it possible to get the following from the Script task in SSIS
1. Current configuration file name and path when it is passed using dtexec command.
2. Current package tasks list in execution order.
3. Current package running path.
Thanks,
Srini
Using the standard SSIS framework it is not possible. However check the third-party Package Connection Manager. It does allow access to the current executing package object from which you can find all the other information above.