I am really battling to find information on the expression language of the BPMN expressions for Camunda platform 7.
I have a couple of questions:
- What language is it and where can I find a reference to it?
- How can I set an output variable value if a list contains a specific value?
Hi @SlappyAUS
Below thread might be of help to you
JUEL is the supported expression language
To get more general information about the usage of Expression Language, please read the official documentation
https://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html
As an alternative, you can use FEEL as script. FEEL is a simple rich language.
The thread in the above post contains examples for both