1 Answer

0 votes
by

The maximum number of tasks that can be managed by the Tasks module depends on:

A task can have up to 100 parent tasks and 100 child tasks.

A directed acyclic graph (DAG) of tasks is limited to a maximum of 1000 total tasks (including the root task).

The TASK_HISTORY function returns up to 10,000 rows of task history determined by the RESULT_LIMIT argument value. 

...