Run Microflow Async in multiple queues

0
Hi there, We are using in our project the community commons function RunMicroflowAsyncInQueue but we see this puts all microflows in one single future queue. Is there a way to create multiple future queues so it possible to run microflows concurrent instead of sequencial? RunMicroflowAsyncInQueue - Runs a microflow asynchronous, that is, this action immediately returns but schedules the microflow to be run in the near future. The queue guarantees a first come first serve order of the microflows, and only one action is served at a time. The microflow is run with system rights in its own transaction, and is very useful to run heavy microflows on the background.
asked
1 answers
1

Yes, use the Process Queue module from the AppStore.

answered