+ auk + " will be terminated.");
} catch (CannotCompleteException e) {
logger.error ("Cannot complete " + auk
+ " (will be terminated): " + e.getMessage ());
}
if (act.typedState().workflowState() == State.OPEN) {
try {
act.terminate ();
} catch (CannotStopException e) {
logger.error
("Cannot terminate " + auk + ": " + e.getMessage ());