Start and End Nodes

Each pipeline must have at least one start node and terminate with one of four elements.

Element Use...
Interaction node When a request requires a page as response.
Jump node When the pipeline forwards the request to another pipeline.
End node To terminate a subpipeline.
Stop node To terminate a subpipeline and calling pipelines.

Public/Private Start Nodes

  • Public pipelines are indicated by a yellow start node. They can be called directly from a browser.
  • Private start nodes (colored red) can't be called directly from a browser.

Set a start node to public or private from the Property view, as follows: