We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b1576 commit e8415baCopy full SHA for e8415ba
1 file changed
README.md
@@ -54,7 +54,14 @@ JSON file:
54
]
55
}
56
```
57
-As the workflow does not require any additional resources, the `environment.yml` file is not required.
+The abbreviations in the definition of the edges are:
58
+* `tn` - target node
59
+* `th` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use.
60
+* `sn` - source node
61
+* `sh` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use.
62
+
63
+As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard
64
+library.
65
66
The corresponding Jupyter notebooks demonstrate this functionality:
67
0 commit comments