camunda-consulting / camunda-7-code-examples

Examples and demo applications built by the camunda consulting team
http://camunda.org
Apache License 2.0
604 stars 993 forks source link

Plugin does not work in version 4.3 / 4.4 #219

Open passarela opened 3 years ago

passarela commented 3 years ago

After upgrading to Camunda Modeler version 4.3 or 4.4, the plugin is not working. Any suggestions for updating?

Plugin works up to version 4.2.

falko commented 3 years ago

Hi @passarela,

since this is a monorepo containing many projects, could you please be more specific about which sub-project your issue is about and what is the behavior?

Cheers, Falko

passarela commented 3 years ago

Hi @falko

I refer to the Plugin

https://github.com/camunda-consulting/code/tree/master/snippets/camunda-modeler-plugins/camunda-modeler-plugin-usertask-generatedform-preview

Where it does not work in the current versions of modeler 4.3 and 4.4

falko commented 3 years ago

@felix-mueller I think back in the days you wrote the generated form preview plugin. Do you have any idea on how to make it work for newer Modeler versions?

jomo02 commented 3 years ago

I faced the same problem and found the related issue: https://github.com/camunda/camunda-modeler/issues/1992

Seems they are currently working on it.