How to use variables:containsAny variables function

Hi man,
I need you help.
I don’t know how to use the express function in my project,
I setting it like this
${variables:containsAny(‘varName’,‘a string value’)}
is it right?

Hi Clinan.

you can have a look on jUnit tests in flowable source
VariableFunctionDelegatesTest for cases
VariableExpressionFunctionsTest for processes

also check our doc:
https://flowable.org/docs/userguide/index.html#expressionsFunctions

Regards
Martin

1 Like

Thank you martin, Flowable is a nice job.