File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,14 @@ JSON file:
5454 ]
5555}
5656```
57- As the workflow does not require any additional resources, the ` environment.yml ` file is not required.
57+ 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.
5865
5966The corresponding Jupyter notebooks demonstrate this functionality:
6067
You can’t perform that action at this time.
0 commit comments