[
  // Test 0 -----------------------------------------
  {
    "input": {
      "input-key": "my input value"
    },
    "context": {
      "pass-execution-details": {
        "Execution": {
          "Id": 42,
          "StartTime": "123"
        },
      },
    },
    "output": {
      "input-key": "my input value",
      "execution_details": {
        "execution_id": 42,
        "timestamp": "123"
      }
    },
    "states": ["Parallel State"],
  },

]
