cancel
Showing results for 
Search instead for 
Did you mean: 

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

gowtham1206
Champ in-the-making
Champ in-the-making

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.

1 REPLY 1

ryandawson
Elite Collaborator
Elite Collaborator

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.