Can anybody tell me how I can stop a child package when the parent package either fails or completes successfully? I've tried passing a flag variable, but it looks to me like the child only reads that variable at startup and therefore doesn't catch it when its changed on the parent package. Maybe I just need to do something a little different?
Thanks!!