Camunda Server Exception

@Waheed by default java serialization is disabled in camunda. To enable java serialization, configure the below property in the process.xml file like below:

<property name="javaSerializationFormatEnabled">true</property>

Refer this example: