summaryrefslogtreecommitdiffstats
path: root/workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json')
-rw-r--r--workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json b/workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
deleted file mode 100644
index 58f9b2b8..00000000
--- a/workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "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"
- }
- ]
-} \ No newline at end of file