Hi,
I would like to create a filtered task list in Camunda 7 filtering on Businesskey something like:r'123[a-z]45
From documentation I find that the expression language is JUEL - but how do I use JUEL with regex?
This throws an exception:
Can you help me learning how to use regular expressions in filter criteria?
Thank you,
Markus