Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ JSON file:
]
}
```
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:
* `tn` - target node
* `th` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use.
* `sn` - source node
* `sh` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use.

As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard
library.

The corresponding Jupyter notebooks demonstrate this functionality:

Expand Down
Loading