diff options
Diffstat (limited to 'workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json')
-rw-r--r-- | workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json b/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json deleted file mode 100644 index a9b6c3de..00000000 --- a/workflow/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 |