req = new JaxbCommandsRequest("deployment", new StartProcessCommand("org.jbpm.humantask"));
newReq = testRoundTrip(req);
CorrelationKeyInfo corrKey = new CorrelationKeyInfo();
corrKey.addProperty(new CorrelationPropertyInfo("null", "val"));
GetProcessInstanceByCorrelationKeyCommand gpibckCmd = new GetProcessInstanceByCorrelationKeyCommand(corrKey);
req = new JaxbCommandsRequest("test", gpibckCmd);
testRoundTrip(req);
}