Scripted REST API vs Flow Designer - Which is better to handle large volume transactions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2024 05:39 AM
I would like to get your feedback on the most effective approach for managing anticipated high volume of transactions in ServiceNow, specifically with the expectation of around 1 million transactions per day from our SAP system.
We have two options to consider:
- Scripted REST API using Import Set API
- Flow Designer with flow executions turned off, capturing logs as scripts
Please share your insights on which option you believe would be more effective for handling this large volume of transactions and ensuring scalability.
Labels:
- Labels:
-
Architect
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2024 02:29 AM
Hi @harikumar2
For large-volume transactions, Scripted REST API is generally the better choice due to its flexibility, performance, and scalability.