Hi Maciej
So to be clear:
In my custom work item handler I do:
workItem.getResults().put("SomeKey", value);
where value is an object of a custom type, which is just some Java class e.g. com.test.CustomType.
In my workflow I create a workflow variable where I use the Eclipse UI to select Object, and set com.test.CustomType in the Classname field.
In my task's result map, I map my parameter named "SomeKey" to the workflow variable.
At least that's what I've been doing so far with my older version of 5.4.0, which has been working fine - do I need to do anything new now to make this CustomType work with the new XStream approach?
Sorry for labouring this, but I'd love this to work!
Thanks
Tim