Package io.camunda.client.api.command
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
-
Method Details
-
expression
Sets the expression to evaluate.- Parameters:
expression- the expression to evaluate (e.g., "=x + y")- Returns:
- the builder for this command
-