Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 11:49 PM
Hi
you cannot force parallel execution on server side triggered from client side, as ServiceNow enforces session synchronization (session sync).
That means:
- Single active session per user pre browser
- Only a single transaction per session can be executed at once
- Multiple requests from the same session will run serially
Kind regards
Maik