{
  "_id": "6037fc47058d4a65713f3868",
  "name": "incrementNumber",
  "description": "",
  "incoming": [
    {
      "$id": "tally",
      "type": "number",
      "examples": [
        3
      ]
    }
  ],
  "outgoing": [
    {
      "$id": "tally",
      "type": "number",
      "examples": [
        5
      ]
    }
  ],
  "steps": [
    {
      "id": 2,
      "type": "assign",
      "from": {
        "location": "incoming",
        "name": "tally",
        "ptr": ""
      },
      "to": {
        "location": "method",
        "name": 1,
        "ptr": "/args/0/value"
      }
    },
    {
      "id": 1,
      "type": "method",
      "library": "Math",
      "method": "add",
      "args": [
        null,
        1
      ],
      "view": {
        "row": 1,
        "col": 1
      }
    },
    {
      "id": 3,
      "type": "assign",
      "from": {
        "location": "method",
        "name": 1,
        "ptr": "/return"
      },
      "to": {
        "location": "outgoing",
        "name": "tally",
        "ptr": ""
      }
    }
  ],
  "functions": [],
  "comments": [],
  "view": {
    "col": 1,
    "row": 4
  },
  "created": "2021-02-25T19:36:39.460Z",
  "createdBy": {
    "_id": "60e87034b8200e0d4531e490",
    "provenance": "Local AAA",
    "username": "admin@pronghorn"
  },
  "lastUpdated": "2021-10-14T17:30:02.835Z",
  "lastUpdatedBy": {
    "_id": "60e75d06a3e406207aa71850",
    "provenance": "Itential-Okta",
    "username": "zack.strulovitch@itential.com"
  },
  "version": "3.13.0",
  "tags": []
}