After submiting the form(Embedded or external form) long value converts to integer

: ENGINE-REST-HTTP500 java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Long (java.lang.Integer and java.lang.Long are in module java.base of loader ‘bootstrap’)

Hi @Ishan_Garg
This is self-explaning and generic error.
You have to provide much more details like BPMN file, any valuable implementation details, etc.

so basically this the problem please see the screenshot

Before submit

After Submit

i got the problem when i submit the form . camunda by default convert my long value to integer . but when i try to access it by long it gives me error