.getBean(UserConnector.class);
OrgConnector orgConnector = (OrgConnector) ApplicationContextHelper
.getBean(OrgConnector.class);
ExpressionManager expressionManager = Context
.getProcessEngineConfiguration().getExpressionManager();
MapVariableScope mapVariableScope = new MapVariableScope();
String initiator = historicProcessInstanceEntity.getStartUserId();
mapVariableScope.setVariable("initiator",
userConnector.findById(initiator));
for (BpmConfRule bpmConfRule : bpmConfRules) {
String value = bpmConfRule.getValue();