Hi ,
I am trying to get the contents of the file that was uploaded in the user task. However I am getting “java.lang.LinkageError” when I try to access instance variable created for the file. Can anyone point out what mistake am I doing ? diagram_1.bpmn (31.2 KB)
Alas… such a stupid mistake.
I changed the scope of atifact “camunda-commons-typed-values” to provided and it worked.
I hope this helps for those who are also struggling or facing similar situations.
Regards,
Temp_user.
@temp_user Hi, Can you kindly share the complete code to upload a csv or xls file.Actually I want to generate an xls file in a service task and then upload it to camunda cockpit.