How many tasks can a tree of tasks have?

1000, including the root task

❌ 100

❌ 1000 without including the root task

❌ 10


Users can define a simple tree-like structure of tasks that starts with a root task and is linked together by task dependencies. A tree of tasks can have a maximum of 1000 tasks, including the root one. Also, each task can have a maximum of 100 children and a maximum of 100 predecessor tasks.