• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How many tasks could be triggered by a single Profile?

ldm1417

Member
How many tasks could be added to a single Profile?

After I added two tasks, the 'Add Task' option doesn't appear any morein the pop-up menu.

Can a Tasker Profile trigger more than two tasks?

How to add the 3rd task to the Profile?
 
As many as you want, The following triggers four tasks from one profile …

Trigger condition ...

AAN
A1: Variable Set [ Name:%AAN To:4 Recurse Variables:Off Do Maths:Off Append:Off ]

When triggered run four tasks ...

Profile: AAN
Event: Variable Set [ Variable:%AAN Value:* User Variables Only:Off ]
Enter: Anon
A1: Perform Task [ Name:AA1 Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]
A2: Perform Task [ Name:AA2 Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]
A3: Perform Task [ Name:AA3 Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]
A4: Perform Task [ Name:AA4 Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]

AA1
A1: Flash [ Text:AA1 Long:Off ]

AA2
A1: Flash [ Text:AA2 Long:Off ]

AA3
A1: Flash [ Text:AA3 Long:Off ]

AA4
A1: Flash [ Text:AA4 Long:Off ]

… Thom
 
Fine, but how to ADD (how do you add?) the tasks to the profile?

On the long press, the option 'Add Task' appears ony for first two tasks... When two tasks are already attached to the profile, this option doesn't appear any more...

Is there another way to add the tasks to the profile (besides the long press)?

And one more question... I'm a newbie with Tasker... What does it mean 'Enter: Anon'?

Thank you
 
OK... The 'Perform Task' actions is a method to call to another task from the current task... indeed you can add as many as you want... Got it...
And what does it mean 'Enter: Anon'?
 
That is the Enter Task that is executed when the Profile is triggered. The Task was created from the Profile using the New Task option and there was no name specified for the task that was added.

… Thom
 
Back
Top Bottom