"Create a new inclusive gateway", PluginImage.IMG_GATEWAY_INCLUSIVE);
addContextButton(otherElementButton, new CreateParallelGatewayFeature(getFeatureProvider()), taskContext, "Create parallel gateway",
"Create a new parallel gateway", PluginImage.IMG_GATEWAY_PARALLEL);
addContextButton(otherElementButton, new CreateEndEventFeature(getFeatureProvider()), taskContext, "Create end event", "Create a new end event",
PluginImage.IMG_ENDEVENT_NONE);
addContextButton(otherElementButton, new CreateErrorEndEventFeature(getFeatureProvider()), taskContext, "Create error end event",
"Create a new error end event", PluginImage.IMG_ENDEVENT_ERROR);
addContextButton(otherElementButton, new CreateTerminateEndEventFeature(getFeatureProvider()), taskContext, "Create terminate end event",
"Create a new terminate end event", PluginImage.IMG_ENDEVENT_TERMINATE);
addContextButton(otherElementButton, new CreateAlfrescoScriptTaskFeature(getFeatureProvider()), taskContext, "Create alfresco script task",
"Create a new alfresco script task", PluginImage.IMG_SERVICETASK);