Matcher matcher = AllOf.allOf(EditPartMatcherFactory.editPartOfType(SimpleActivityWithContainerPart.class),
EditPartMatcherFactory.withLabel("limitDecision"));
StsBotConfigEditor editor = getBot().activeConfigEditor();
StsBotGefEditor gEditor = editor.toGefEditorFromUri(BatchSchemaConstants.URI);
List<SWTBotGefEditPart> parts = gEditor.editParts(matcher);
assertFalse(parts.isEmpty());
SWTBotGefEditPart activityPart = parts.get(0);
activityPart.select();