aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
blob: 58f9b2b849e8aae4c1f6833854a99333d04e12b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "description": "version with 2 inputs and 2 outputs",
  "inputs": [
    {
      "mandatory": false,
      "name": "in1",
      "type": "STRING"
    },
    {
      "mandatory": true,
      "name": "in3",
      "type": "INTEGER"
    }
  ],
  "outputs": [
    {
      "mandatory": false,
      "name": "out1",
      "type": "TIMESTAMP"
    },
    {
      "mandatory": true,
      "name": "out3",
      "type": "BOOLEAN"
    }
  ]
}