Hello
Is there a maximum to the maximum executed actions per minute?
And what is considered an action?
Many thanks
Micky
Flow execution policy maximum
Moderator: Martin
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Flow execution policy maximum
Crude but it works.
Re: Flow execution policy maximum
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
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
-
- Posts: 179
- Joined: 16 Oct 2019 17:38
Re: Flow execution policy maximum
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
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.