You can use the TaskService getTaskFormData method and then access the FormProperties. When the FormProperty has form values you can retrieve those by calling the getType method, cast it to a EnumFormProperty and call getInformation("values") Then you'll get a list of the form values.