aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-bdd/resources/json/createVersionWithInputsOutputs.json')
-rw-r--r--workflow-bdd/resources/json/createVersionWithInputsOutputs.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/workflow-bdd/resources/json/createVersionWithInputsOutputs.json b/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
deleted file mode 100644
index a9b6c3de..00000000
--- a/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "description": "first version - with inputs and outputs",
- "inputs": [
- {
- "mandatory": true,
- "name": "in1",
- "type": "STRING"
- }
- ],
- "outputs": [
- {
- "mandatory": true,
- "name": "out1",
- "type": "TIMESTAMP"
- }
- ]
-} \ No newline at end of file