I have a problem about filtering tasks using processVariables. Someone can help me?
I would like to ignore the case sensitive parameters. Bellow are the parameters, but is not case sensitive:
processVariables: ‘nameSolicitation_like_%lucas%’,
page: ‘1’,
limit: ‘5’,
sortBy: ‘followUpDate’,
sortOrder: ‘asc’,
unassigned: ‘true’
I found on a camunda blog a publication about “likeic” and I would like to know if this has already been implemented or if it has any predictions.
Link: https://camunda.com/blog/2019/03/camunda-bpm-7110-alpha2-released/