Dacris.Maestro.Core.MathExpression Interaction

Evaluates a math or boolean formula.

Preconditions:

formula is the formula, precision is the number of decimal digits, required operands (JSON Paths)

Sample State.json Input

{
  "sampleKey": {
    "formula": "1 + 2",
    "outputPath": "$.yourStateKey",
    "precision": "10"
  }
}