{
  "source": "var.js",
  "method": "getInstanceVar",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "key": {
        "type": "string",
        "description": "Specify the key to lookup the instance variable bound using setInstanceVariable."
      }
    }
  },
  "output-schema": {
    "type": "any"
  },
  "meta": {
    "name": "getInstanceVariable",
    "sort_index": 10,
    "description": "Return the value of an instance variable. Instance variables are scoped within a flow and it's children and can be set using the module setInstanceVariable.",
    "icon": {
        "type": "fa",
        "label": "variable",
        "name": "arrow-circle-o-left"
    }
  }
}
