- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 09:22 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 09:31 AM
Hi @Yuvan Raj Kuma1 ,
It can lead to performance issues as it would consume a significant amount of system resources.
It can lead to data inconsistency if the flow or subflow is manipulating data.It may cause timeouts or other unexpected errors.
Instead Use batch processing to process the records in smaller chunks. - Optimize the flow or subflow to reduce the number of actions or simplify the logic. Use asynchronous processing to allow the system to handle other tasks concurrently.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 09:38 AM
Hi @Yuvan Raj Kuma1 ,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0830765
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 09:31 AM
Hi @Yuvan Raj Kuma1 ,
It can lead to performance issues as it would consume a significant amount of system resources.
It can lead to data inconsistency if the flow or subflow is manipulating data.It may cause timeouts or other unexpected errors.
Instead Use batch processing to process the records in smaller chunks. - Optimize the flow or subflow to reduce the number of actions or simplify the logic. Use asynchronous processing to allow the system to handle other tasks concurrently.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 09:38 AM
Hi @Yuvan Raj Kuma1 ,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0830765
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 12:58 AM
Thank You @Anand Kumar P & @Sumanth16 both of your answers helped me!!!