final TransientScottyEngine engine = (TransientScottyEngine) context.getBean("transientEngine");
assertEquals(EngineState.STARTED,engine.getEngineState());
try {
engine.run(new WorkflowInstanceDescr<String>("de.scoopgmbh.copper.test.tranzient.simple.VerySimpleTransientWorkflow", "data", "singleton", null,
null));
engine.run(new WorkflowInstanceDescr<String>("de.scoopgmbh.copper.test.tranzient.simple.VerySimpleTransientWorkflow", "data", "singleton", null,
null));
}
finally {