Sorting Workflow Messages

Sort Workflow messages based on different criteria.

The comment tag associated with sorting Workflow messages is ANDROID_CUSTOMIZATION_POINT_SORTING.

  1. Open the CustomizationHelper.java file, which is located in the ...\HybridWebContainer\src\com\sybase\hwc folder.
  2. Find the getMessageComparator() method.
    The comparator is used to order Message objects and is called by sort.
  3. Modify the comparator to order the messages to meet your requirements.
  4. Save the file.