variables.put(VARIABLE8, "This string will be saved as a byte array.".getBytes());
variables.put(VARIABLE9, "This string will be saved as a byte array.".getBytes());
variables.put(VARIABLE10, "This string will be saved as a byte array.".getBytes());
performanceTest()
.step(new StartProcessInstanceStep(engine, "process", variables))
.run();
}