Skip to main content
Version: 1.15

Playground for FEEL expressions

tip

A new version of the FEEL-Scala Playground is available under https://feel-playground.camunda.com/playground.

Use the interactive editor below to evaluate FEEL expressions.

Expression

3 + x

Context

A JSON document that is used to resolve variables in the expression.
{
  "x": 5
}


Result

<click 'Evaluate' to see the result of the expression>

Warnings

<none>