camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 50 forks source link

docs: Mark get-value() function as a Camunda extension #652

Closed saig0 closed 1 year ago

saig0 commented 1 year ago

Description

Add the Camunda extension marker for the built-in function get value(context, keys).

This function is new since version 1.16.0.

Related issues