Hello,
I have a solution that has on parent package and 5 child packages.
I want to do it in a way that I will tell it what packages to call with a variable.
For example
I have parent package
package_one
package_two
package_three
package_four
Parent package will start and it will call the first two packages on the variable object, when one package is finished it will keep going down the list.
can it be done?
thanks