super(action, target, action.getName() + "...");
}
@Override
public void execute(final Workspace workspace, final View view, final Location at) {
BackgroundWork.runTaskInBackground(view, new BackgroundTask() {
@Override
public void execute() {
final ActionHelper helper = ActionHelper.createInstance(target, action);
Content content;
if (target == null && action.getOnType().isService() || target != null && target.getSpecification().isNotCollection()) {