Is there a limitation in showing the options on the drop down menu (Kickstart Form)?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2018 04:58 AM
Hi,
What's the limitation for the drop down menu in the Kickstart Form?
We are getting 500 Internal Server error when the drop down is filled with around 480 options in the drop down. We suspect it could be because of Activiti's limitation on the drop down menu.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 01:38 PM
I'd suspect it's more likely that Activiti is not able to handle one or more of one of the values - perhaps a special character or unusual format. I doubt there's any specific limit. The source code is on github at GitHub - Activiti/Activiti at 6.x but your best course of action is probably to try it first with a few values and progressively add values until it breaks and then look at the particular values that you added when it broke. Or the details of the error message if they're available.
