makePublic = registryPublishingWindow.isMakePublic();
if (makePublic) {
this.xregistryClient.addCapability(workflowQName.toString(), PUBLIC_ACTOR, false, XRegClientConstants.Action.Read.toString());
}
registryPublishingWindow.hide();
} catch (Exception e) {
this.engine.getErrorWindow().error(e.getMessage(), e);
}
}