Flow execution policy maximum

Post your questions and help other users.

Moderator: Martin

Post Reply
Micky Micky
Posts: 179
Joined: 16 Oct 2019 17:38

Flow execution policy maximum

Post by Micky Micky » 25 Aug 2020 21:33

Hello

Is there a maximum to the maximum executed actions per minute?

And what is considered an action?

Many thanks

Micky
Crude but it works.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Flow execution policy maximum

Post by Desmanto » 26 Aug 2020 06:50

Never try it to the max. I ever use 10000 for the AES and still can be handled. The term "Actions" is somewhat missed, should be "Element" (trigger, condition, action). However trigger is not counted for AES if it has action/condition after it, so you can exclude trigger.

Any element executed after the trigger is counted toward AES. This is denoted by red flash if you open the flow. So if you have multiple parallel expression (to split trigger), those are counted. You have 5 parallel condition executed at once, AES increment by 5. But since only 1 branch continue, only the elements from the continued branch are counted. (other branches are not counted).

You can see my full explanation here : viewtopic.php?f=3&t=6985
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Micky Micky
Posts: 179
Joined: 16 Oct 2019 17:38

Re: Flow execution policy maximum

Post by Micky Micky » 27 Aug 2020 14:38

I too use 10000 for all my flows.

I was toying with an idea for a flow that would probably melt my phone. I'll do it on the PC instead.

Many thanks

Micky
Crude but it works.

Post Reply