it seems like the Search task variables function of the tasklist API is not implemented in the Tasklist Java Client, is that correct or am I missing something?
All I see is the possibility to get all Task Variables. If it is actually missing: Are there plans to add this functionality to the Java Client?
Hi Kristoffer,
that is what I described as “the possibility to get all variables”.
But I would like to only get the variable “username” for example.
If I am not mistaken my only way of doing that seems to be to fetch all Variables with the function you pointed out and then filter the result myself, even though the REST-API does offer a Search Task Variables function.