get shortest path

This block is part of the pathfinding group and was last modified in core v14.0.1.

Deprecated This block has been deprecated since v14.0.1, please avoid future use.
get shortest path Deprecated since v14.0.1 v9.2.5 Updated v14.0.1

In pins 5 + flow
  • flow
    flow
  • nodes
    array

    Array [String, String, String]

  • edges required
    array

    Array [{ from (String), to (String), weight (Number) }]

  • undirected
    condition

    Default false

  • from required
    value
  • to required
    value
Out pins 3 + flow
  • flow
    flow
  • success
    condition
  • error
    value
  • path
    array

Version history

Introduced in v9.2.5.

Last modified in v14.0.1.

Deprecated since v14.0.1.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to pathfinding Return to the main group to view all sub-groups Back to floyd warshall Return to the group to view all blocks within this group