/
SetNextNodeByLinkName Method
SetNextNodeByLinkName Method
Sets the next node by link name.
public void SetNextNodeByLinkName(string name);
Classes: CustomNode
Parameters
value string
Name of the link that refers to the next node.
Example
The following example demonstrates setting the next node by a link named "Approve".
SetNextNodeByLinkName("Approve");
Remarks
If your node is multi-out and has zero or multiple drawn links, your process will error unless your custom node code selects a next node using either this method, or the SetNextNodeByNodeName method. If your multi-out node has a single link drawn, that link will be automatically followed if no other node is selected as next.
, multiple selections available,
Related content
SetNextNodeByNodeName Method
SetNextNodeByNodeName Method
More like this
SetCurrentNodeByNodeName Method
SetCurrentNodeByNodeName Method
More like this
Conditional Process Nodes
Conditional Process Nodes
More like this
Conditional Process Nodes
Conditional Process Nodes
More like this
Add or Delete Additional Nodes
Add or Delete Additional Nodes
More like this
Process Nodes
Process Nodes
More like this