cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti task variables

aalaa
Champ in-the-making
Champ in-the-making
Hi,

I noticed that when I create a complex variable using the APIs, the object is saved as a byte array which makes it impossible to search tasks based on values in this object,
Is there any way to save the object as a json object or any other simpler form ?
1 REPLY 1

anilmann
Confirmed Champ
Confirmed Champ
You can use jackson api to convert your object to json format before setting a variable.