Hi - I have a pair of projects, A and B. B is set to be triggered by the successful completion of A. This is happening -- but too soon. It looks like execution of B is not waiting for A's publisher to finish, and so B doesn't have a "full loaf" to work with when it starts up.
How can I get project B to wait until A's output has been published? Do I have to switch from using a publisher for the output, and instead use some sort of copy task? Thanks for the guidance. Jeff
