I want to add scala-feel to my existing Tomcat Installation as Expression Language. So my idea was to have another Expression Language next to JUEL, to simplify the migration to Camunda 8.
According to this Blog the syntax in Camunda 8 looks like:
=string(tenantId) + "-process-order"
(starting with =
) which is different to JUEL that uses ${..}
. So it could be differentiated.
Is there a way to add scala-feel as expression language next to JUEL.
According to this Blog, it can be added as Script Engine - (which worked and may be a workaround).