}
// Archive
this.setStatus(WGContent.STATUS_ARCHIVE);
WGWorkflow workflow = getWorkflow();
workflow.archive(comment);
// Write workflow history
if (comment != null && !comment.trim().equals("")) {
this.addWorkflowHistoryEntry("Archived. Replace reason: " + comment);
}