I have a package that contains multiple Sequence Containers, each execute a bunch of tasks.
We refresh several different databases from this package, but not all databases need to be refreshed, so with that being said, is there a way I can pass a variable to the package at runtime to enable only the sequence containers of the databases that I wish to refresh?
Thank you for your time.
Pete