Stop a child package when parent fails or completes

  • 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!!

  • hi,

    You can use the configuration property of child package to pass the variable from parent package to the child package.

    Thanks

    vijayalaya cholan

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply