Interface Edge.Builder

    • Method Detail

      • sourceId

        Edge.Builder sourceId​(String sourceId)

        The unique of the node within the workflow where the edge starts.

        Parameters:
        sourceId - The unique of the node within the workflow where the edge starts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationId

        Edge.Builder destinationId​(String destinationId)

        The unique of the node within the workflow where the edge ends.

        Parameters:
        destinationId - The unique of the node within the workflow where the edge ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.