5960616263646566676869
public void execute(NodeInstance from, String type) { Action action = getAction(); if (action != null) { try { action.execute(new JpdlExecutionContext()); } catch (Exception exception) { raiseException(exception); } } else { leave();