|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:51 PM
Points: 19,
Visits: 31
|
|
One more question:
if a package runs successfully i want to move that package from that path automatically or it may be renamed.By doing this i believe this would eliminate the issue which i reported earlier.Because my master package will execute all the packages in the mentioned path and those packages which start with "T." Is there a way that i can do it.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, March 19, 2013 11:32 AM
Points: 3,
Visits: 10
|
|
Do you have a definitive number of packages. If not, then execute each one in series connecting each one via an Success constraint. If one fails it should fail the parent package and the checkpoint will record the last point of execution.
Possibly, a foreachloop is not what you should be using.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:51 PM
Points: 19,
Visits: 31
|
|
i have around 140 packages
|
|
|
|