If I integrate a very large zip file onto the CXInsight client in China from the server in Europe, what happens if the internet connection drops for 15 min?
The following steps execute as a single transaction (so if any part fails both client node and project node are restored to the previous state).
1. The synchronization prolog synchronizes the client node and project nodes workspace copies. In your example assuming there are no other files then this step does nothing.
2. The integrated operation executes on the project node, changing the project node workspace copy.
3. The synchronization epilog synchronizes the client node and project nodes workspace copies. In your example this transfers the changed TGZ file to the client workspace copy.