Dacris.Maestro.Core.TransferState Interaction

Transfers multiple state values within state.

Preconditions:

inputPaths is array of input paths, outputPaths is array of output paths. Two arrays correspond.

Sample State.json Input

{
  "sampleKey": {
    "inputPaths": [
      "$.yourStateKey"
    ],
    "outputPaths": [
      "$.yourStateKey"
    ]
  }
}