Skip to content
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

Open
boris-petrov opened this issue Jan 26, 2018 · 4 comments
Open

Eclipse designer removes important attributes #11

boris-petrov opened this issue Jan 26, 2018 · 4 comments

Comments

@boris-petrov
Copy link

When saving a file, the Eclipse designer removes the following attributes from serviceTask nodes:

flowable:async="true" flowable:exclusive="false" flowable:class="MyClass"

The most important one being class. Then, when I run my project, it blows up with something like:

org.flowable.engine.common.api.FlowableException: Errors while parsing:                                                                                       
[Validation set: 'flowable-executable-process' | Problem: 'flowable-servicetask-missing-implementation'] : One of the attributes 'class', 'delegateExpression', 'type', 'operation', or 'expression' is mandatory on serviceTask. - [Extra info : processDefinitionId = myProcessDefinition | processDefinitionName = MyProcessDefinition |  | id = test |  | activityName = Test | ] ( line: 7, column: 5)

Original issue: flowable/flowable-engine#738

@JordanJordanov
Copy link

The same applies for flowable:inheritBusinessKey="true" in callActivity
<callActivity ... activiti:inheritBusinessKey="true"> is accepted but lost upon save
<callActivity ... flowable:inheritBusinessKey="true"> breaks the designer and the diagram is not shown

@Stexxen
Copy link

Stexxen commented Sep 1, 2019

Just came across this problem. It effectively makes the Eclipse designer useless.
No commits since 2016, yet it's mentioned prominently in the docs.
If it's legacy then should be removed.

@paulhh
Copy link

paulhh commented Sep 2, 2019

We'd love a contribution to fix this - unfortunately, the core team doesn't have time to do it all :)

@pauldawg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants