I think that, from an appearance perspective, it would be desirable to have line breaks in expression field. Formatting text would be easier.
Is there such a feature?
Can anyone tell me more about how expressions work in flowable application? Can I display something based on some condition (when a condition is met)?
I got an error: org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException: Error parsing ‘${\nvrijemezahtjeva\n}’: lexical error at position 2, encountered invalid character ‘\’, expected expression token
Did you execute this expression in the debugger? \n works in the jUnit test string. I do not know whether new lines are supported from the UI, but engine can parse and execute such a definition.