Multiple Processes working on same business object
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-17 04:45 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-17 12:15 AM
Each process has it's own instance.
