Folder X has 4 sub-tasks, how to let the 4 sub-tasks rolling cycle?
I mean, Task1 is now active action ( the other 3 is inactive ). What needed now is, some day when Task1 is completed, task 2 will become active, and after Task2 is completed some time, Task3 will become active…until when the last Task4 is completed, Task1 become active again...which form an endless loop cycle.
Any ways to do this? Thanks.