Do you mean you have multiple Kentico instances and need to automatically sync content between them?
If so, automatic content sync using Staging is possible in principle. But the system will not generate tasks when the page is transitioning between workflow steps. According to docs here, only published version of the page will be synchronized. However you can try triggering Staging tasks in the code (inside event handler for example when the page is transitioning between workflow steps) but I'm not sure it will work, I haven't tried it personally.