Does this open up a race condition? One where a process can edit a global data item of a business object, changing the value from what another process working on the same business object at the same time is expecting? Or does each process get its own instance of a business object?
Thanks!
Corey