aboutsummaryrefslogtreecommitdiffstats
path: root/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
diff options
context:
space:
mode:
Diffstat (limited to 'workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json')
-rw-r--r--workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json b/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
new file mode 100644
index 00000000..a9b6c3de
--- /dev/null
+++ b/workflow/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
@@ -0,0 +1,17 @@
+{
+ "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