From what I understand there is no limit on how many actions you can have in tasker but it seems to be any task I have that has over 300 actions in it can not be run by pressing the play button within the task.
I've looked in the logs and the task doesn't even start so it's not stopping due to error. When it's sorted as app they trigger fine out when triggering from a scene.
Cheers
Phil
From what I understand there is no limit on how many actions you can have in tasker but it seems to be any task I have that has over 300 actions in it can not be run by pressing the play button within the task.
I've looked in the logs and the task doesn't even start so it's not stopping due to error. When it's sorted as app they trigger fine out when triggering from a scene.
From my experience although likely being highly frowned upon, 300 actions hasn't been a problem.
The only limitation I have found was if a task has 625+ actions it wont run when triggered by a profile.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/A-jCZZvclEM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Not by me :)
Not bring able to test when in the task isn't the end of the world because it still works but it's not convenient.
I'm at a loss as to your 300 action limit. Maybe it could be something to do with data size and not actions.
OP, what you should do is break your task down into chunks. I.e. "task which grabs the data from the web", "task which takes the desired data from the page", "task which checks for correctness", etc. Then run all of these from one master task.
It will absolutely run a hella load faster in JS.
OP, what you should do is break your task down into chunks. I.e. "task which grabs the data from the web", "task which takes the desired data from the page", "task which checks for correctness", etc. Then run all of these from one master task.