Hi community!
Is it possible to pass objects via Content variable to the human task.
As I can see in example everywere people use strings.
I tried to create Map<String, Object>, put some parameters there, but, when I try to deserialize content of the task I'm getting string, like {param1 = value1.toString ...} etc.
So we can pass objects (I mean custom classes) as varables into the process, but can't get them back in hyman task content.
Is there any possibility to pass objects as human task parameters?