it can be done by sending signals - by default you could use intermediate throwing message events that will send a message via its session and that way all other processes waiting for this message will be notified. So that way you can exchange information between process instances.
HTH