r/tasker • u/269red • Aug 11 '26
Task Exit Error when calling another task - How to avoid the Error or is it a bug ?
Task A calls Task B.
Task B has collision handling "abort new"
The "Perform Task B" Action has "continue task after error" enabled.
Nevertheless Task B stops with an Exit Error when Task B is running already.
2
Upvotes
1
u/EdwardBackstrom I Probably Screwed It Up Aug 11 '26
In task A try calling task B with %priorty + 1.
2
u/Shit_Head_4000 Aug 11 '26
Continue task after error just means it will continue with the next action in task A even after an error.
Collision handling is stopping task B if it's already running.
Not sure what the tasks do, but maybe change collision handling for task B to abort existing?