-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse designer removes important attributes #11
Comments
The same applies for flowable:inheritBusinessKey="true" in callActivity |
Just came across this problem. It effectively makes the Eclipse designer useless. |
We'd love a contribution to fix this - unfortunately, the core team doesn't have time to do it all :) |
What is the best way to get my environment set up in Eclipse? I'd love to work on this, as well as an IntelliJ plugin :). I don't have any experience writing Eclipse plugins, but downloading and opening the project in Eclipse, I'm getting some missing resources trying to build it, so before I troubleshoot, I thought I would ask if you might have any suggestions to give me a jump start. |
When saving a file, the Eclipse designer removes the following attributes from serviceTask nodes:
The most important one being
class
. Then, when I run my project, it blows up with something like:Original issue: flowable/flowable-engine#738
The text was updated successfully, but these errors were encountered: