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