workflowNode.setProperty("Description", resourceDesc);
workflowNode.setProperty("Type", REGISTRY_TYPE_WORKFLOW);
session.save();
// triggerObservers(this);
} catch (Exception e) {
throw new RegistryException("Error while saving workflow to the registry!!!", e);
} finally {
closeSession(session);
return true;
}
}