2829303132333435
private Expression simulationRunExpression; @Override public void execute(DelegateExecution execution) throws Exception { SimulationRun simulationRun = (SimulationRun) simulationRunExpression.getValue(execution); simulationRun.execute(execution); }