Backward compatibility with camunda classes in script tasks #31
sgadisetti
started this conversation in
General
Replies: 1 comment
-
|
Hello sgadisetti, could you share an example bpmn file with us, so we could try to reproduce the problem? Steps-to-reproduce would also be great, but we can try to do our best without. And which distro are you using? Run/Tomcat/Wildfly(28) or built by your own through spring-boot-starter? Thank's, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We do have script tasks which uses camunda classes (especially Spin). We want to have a backward compatibility with camunda classes while we are migrating to CIB7. As per the documentation, we are trying to add the following configuration. The app is failing to inject these variables.
camunda:
bpm:
generic-properties:
properties:
useCibSevenNamespaceInScripting: true
useCibSevenNamespaceInReflection: true
Does any one come across this problem? Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions