Dacris.Maestro.Core.DateOperator Interaction

Transforms a date value.

Preconditions:

operation must be defined, outputPath, and any required operands for the op (JSON Paths)

Sample State.json Input

{
  "sampleKey": {
    "operation": "your_operation",
    "outputPath": "$.yourStateKey"
  }
}