Skip to main content
Version: 1.15

Playground for FEEL expressions

Work in progress

The playground is created as part of our Camunda Summer Hack Days project 2022.

It may be broken. But stay tuned for updates!

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>