PluginImage.IMG_RECEIVETASK);
addContextButton(otherElementButton, new CreateCallActivityFeature(getFeatureProvider()), taskContext, "Create call activity",
"Create a new call activiti", PluginImage.IMG_CALLACTIVITY);
addContextButton(otherElementButton, new CreateExclusiveGatewayFeature(getFeatureProvider()), taskContext, "Create exclusive gateway",
"Create a new exclusive gateway", PluginImage.IMG_GATEWAY_EXCLUSIVE);
addContextButton(otherElementButton, new CreateInclusiveGatewayFeature(getFeatureProvider()), taskContext, "Create inclusive gateway",
"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);