}
String previousStatus = getStatus();
// Reject
workflow.reject(comment);
this.setStatus(WGContent.STATUS_DRAFT);
// If the previous state was released, query- and structentry cache must be cleared (default cache maintenance won't do this)
if (previousStatus == WGContent.STATUS_RELEASE) {
getDatabase().queryCache.clear();