mib.addInvocation
(pmgr, "createProcess", new String[]
{"de.danet.an.workflow.omgcore.WfRequester"},
new Object[]{new DefaultRequester(workflowService())});
mib.addInvocation(-1, "key", null, null, false);
mib.addInvocation(-2, "start", null, null, false);
MethodInvocationBatch.Result mir = (MethodInvocationBatch.Result)
workflowService().executeBatch(mib);
if (mir.hasExceptions ()) {
Exception e = mir.firstException ();
assertTrue ("Problem executing batch: " + e.getMessage(), false);