} else if (actionExpression != null) {
// JbpmExpressionEvaluator.evaluate(actionExpression,
// executionContext);
} else if (actionDelegation != null) {
ActionHandler actionHandler = (ActionHandler) actionDelegation.getInstance();
actionHandler.execute(executionContext);
}
}