Execute multiple flow in same time

AMY59
Tera Contributor

Hi all,

I have questions about flow desinger.

①flow concurrency

I would like to execute 12 flows in same time.

I know that there is a limit to multiplexing but I have no idea how many could I exetcute?

②insert flow execute

When I execute 12 flows, at the other teams happens incident,so they have to execute another A flow.

If A flow is most important, how can I get it to work with the highest priority?

Can I prioritize flows?

Best Regard,

Amy

2 REPLIES 2

Ravi9
ServiceNow Employee
ServiceNow Employee

May I know why you wanna do that? Whats the business case?

Vincent Ramos
Kilo Guru

You might want to reconsider merging your flows if they have the same trigger condition and transfer other processes into subflows. After that, call the subflows in a sequential way so it should satisfy your requirement.