Skip to content

Eclipse designer removes important attributes #11

@boris-petrov

Description

@boris-petrov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions