new WorkflowActionDialog(selectedNode.getPath(), Messages.getWithArgs("label.workflow.start.message",
"{0} started by {1} on {2} - {3} content items involved",
new Object[]{workflowDefinition.getDisplayName(),JahiaGWTParameters.getCurrentUser(), DateTimeFormat.getFormat(
DateTimeFormat.PredefinedFormat.DATE_TIME_SHORT).format(new Date()),result.size()})
, workflowDefinition, linker,
new UnpublicationWorkflow(result), cards);
cards.showEngine();
}
public void onApplicationFailure(Throwable caught) {
linker.loaded();