File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ JSON file:
4141}
4242```
4343The abbreviations in the definition of the edges are:
44- * ` tn ` - target node
45- * ` th ` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use.
46- * ` sn ` - source node
47- * ` sh ` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use.
44+ * ` target ` - target node
45+ * ` targetPort ` - target port - for a node with multiple input parameters the target port specifies which input parameter to use.
46+ * ` source ` - source node
47+ * ` sourcePort ` - source port - for a node with multiple output parameters the source port specifies which output parameter to use.
4848
4949As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard
5050library.
You can’t perform that action at this time.
0 commit comments