Hi,
I have a scenario where I want to execute a specific Sequence Container depending upon what user chooses from c# application.
My dtsx package will have multiple containers with names like AA, BB, CC, DD etc. If the user chooses "AA" from the dropdown from front end, then I should be able to pass "AA" to the dtsx package and execute "AA" container only.
Please let me know if this is possible.