Running a microflow with a low priority

0
This may be a new feature request, but I was wondering if I could run a microflow on a low priority? I am working on a project where a lot of calculations has to be done. Offcourse I could schedule these microflows during off hours, but I was wondering if I could set some kind of priority level. With a possibility like this I would not have to wait untill the off hours to schedule it. I could just let it run and everything else would have priority. Anybody a suggestion how to achieve this? Or should I file a feature request?
asked
1 answers
-1

If you use the runAsync / runInBackground functionality of community commons, the microflow is run using the lowest possible priority.

answered