Dacris.Maestro.Core.MakeRandom Interaction

Makes a random value in the state.

Preconditions:

InputStateKey has the key with params: type [boolean, integer, number, date], start, end, outputPath.

Sample State.json Input

{
  "sampleKey": {
    "type": "your_type",
    "start": "yourText",
    "end": "yourText",
    "outputPath": "$.yourStateKey"
  }
}