View Full Version : Max amount of task steps
mastajon
12-16-2009, 02:21 PM
I was writing tasks the other day when i came across i snag. I create a task with 36 task lines but when I implemented it only 20 of the task lines were available. Is there a way to make it more than 20 task lines or is 20 the absolute max?
Derision
12-16-2009, 03:22 PM
Yes, the limit is 20 activities per task. This is a client limitation. There is a list of the hardcaps for the Task system in the Wiki, they are:
#define MAXTASKS 10000
#define MAXTASKSETS 1000
// The Client has a hard cap of 19 active tasks
#define MAXACTIVETASKS 19
// The Max Chooser (Task Selector entries) is capped at 40 in the Titanium Client.
#define MAXCHOOSERENTRIES 40
// The Client has a hard cap of 20 activities per task.
#define MAXACTIVITIESPERTASK 20
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.