﻿{
  "workflow": {
    "wf_name": "Working with User Variables",
    "wf_folder": "developer_workflow_tutorials",
    "wf_id": "20190305143936",
    "description": "",
    "variable": {
      "wf_size": 211.1925046875
    },
    "nodes": [
      {
        "id": "20190305-144011-996-0b18af7754d4",
        "name": "",
        "bypass": false,
        "type": "op_populate",
        "start_proc": true,
        "execute_on": "success",
        "pos_x": 398,
        "pos_y": 284,
        "outbounds": [
          {
            "type": "dest_folder",
            "id": "20190305-144229-659-ed6ffd2da262"
          }
        ],
        "description": "Sets the value \"c:\\temp\" to the variable %s_test_variable_1%.\r\nCreate your own variable by clicking on the Header of this node and select one < symbol",
        "properties": {
          "variables": [
            {
              "name": "s_test_variable_1",
              "data": "c"
            },
            {
              "name": "s_test_variable_2",
              "data": "temp"
            }
          ]
        }
      },
      {
        "id": "20190305-144229-659-ed6ffd2da262",
        "bypass": false,
        "type": "dest_folder",
        "start_proc": false,
        "execute_on": "success",
        "pos_x": 714,
        "pos_y": 284,
        "outbounds": [
          {
            "type": "other_textfile",
            "id": "20190305-144656-122-c68e102e86a0"
          }
        ],
        "name": "Deliver to Folder",
        "description": "Copies the File you submitted to %s_test_variable_1%:\\%s_test_variable_2%\r\nNote that a : and a \\ was written manually between the 2 variables, ending up in \r\nc:\\temp",
        "properties": {
          "folder": "%s_test_variable_1%:\\%s_test_variable_2%",
          "suffix": "",
          "prefix": "",
          "overwrite": false,
          "unique": false,
          "case": "None",
          "drop_name": false,
          "drop_ext": false,
          "move": false
        }
      },
      {
        "id": "20190305-144656-122-c68e102e86a0",
        "preset": {
          "name": "(custom)",
          "id": null
        },
        "name": "",
        "bypass": false,
        "type": "other_textfile",
        "start_proc": false,
        "execute_on": "success",
        "pos_x": 1031.5775140625,
        "pos_y": 284,
        "description": "Writes a file \"c:\\temp\\variables.txt\" and lets you investigate the values of variables.\r\n",
        "properties": {
          "text": "Value of test_variable_1: %s_test_variable_1%\r\nValue of test_variable_2: %s_test_variable_2%",
          "encoding": "UTF-8",
          "out_file": "variables.txt",
          "out_folder": "c:\\temp",
          "append": false,
          "set_to_source": false
        }
      }
    ]
  },
  "user_variables": {
    "variables": [
      {
        "name": "s_test_variable_1",
        "type": "string",
        "data": "Showcase Variable (string) for working with variables workflow"
      },
      {
        "name": "s_test_variable_2",
        "type": "string",
        "data": "Showcase Variable (string) for working with variables workflow"
      }
    ]
  }
}