Community
Participate
Working Groups
Automatically display popup dialog after dropping an Event onto the diagram to make event definitions configurable more convenient.
The EndEvent shouldn't have these features: AppendActivityFeature AppendGatewayFeature AppendEventFeature (solution/suggestion) org.eclipse.bpmn2.modeler.ui.features.event.AbstractEventFeatureContainer.getCustomFeatures(IFeatureProvider) -> if(this instanceof EndEventFeatureContainer) return superFeatures;
Correct! Will be fixed in next build.