diff --git a/lib/features/context-pad/ContextPadProvider.js b/lib/features/context-pad/ContextPadProvider.js index c749e0bb..34a24a28 100644 --- a/lib/features/context-pad/ContextPadProvider.js +++ b/lib/features/context-pad/ContextPadProvider.js @@ -66,8 +66,8 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) { }, 'action.model-gateway': { imageUrl: 'data:image/png;base64,' + images.GATEWAY, - action: function() { - append(element, 'bpmn:Gateway'); + action: function(e) { + append(element, 'bpmn:ExclusiveGateway'); } }, 'action.model-task': {