Interface EvaluateExpressionCommandStep1

All Known Implementing Classes:
EvaluateExpressionCommandImpl

public interface EvaluateExpressionCommandStep1
Command to evaluate a FEEL expression.

The expression can optionally be evaluated in the variable scope of a process or element instance via EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2.scopeKey(long). If no scope key is set, the expression is evaluated against tenant-scoped cluster variables and the request-body variables only.

When variables passed via EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2.variables(Map) share a key with engine variables resolved from the scope, the value from variables takes precedence for the current evaluation.