public void noneStartEventStringVar2() {
HashMap<String, Object> variables = new HashMap<String, Object>();
variables.put(VARIABLE1, "Some Text which is considerably longer than the first one.");
performanceTest()
.step(new StartProcessInstanceStep(engine, "process", variables))
.run();
}