- Joined
- May 2, 2011
- Messages
- 1,351
Hello,
I just want to double check if my thought is correct:
Assuming We have trigger T1 and T2. T2 is used inside T1
Thanks
I just want to double check if my thought is correct:
Assuming We have trigger T1 and T2. T2 is used inside T1
- If T1 contains Run T2, then T1 actions will run down to this action, then all of T2 actions will run, and then T1 will continue running.
- If T1 contains Add T2 to trigger queue, then all of T1 actions will run, and only after they are finished, T2 trigger will start.
Thanks