Sort Criteria
The defaultSort property specifies the system-wide default sort criteria for work lists, used to display a work list if no other sort is specified.
See "Sorting and Filtering Work Lists" in TIBCO ActiveMatrix BPM - BPM Developer’s Guide for more on sorting.
It can have one of the following values:
DEFAULT - sort by priority (in ascending order), then by endDate (ascending), then by allocationMethod (with Allocated listed first).
ENDDATE_FIRST - sort by endDate (ascending), then by priority (ascending).
ENDDATE_ONLY - sort only by endDate (ascending).
If no value is specified, or a value other than one of the above is set, the property defaults to DEFAULT. It is delivered with the following value:
defaultSort=ENDDATE_FIRST