Return
Jump to Section
The Return Stage sends data back to the source that called the pipeline, whether it’s a Namespace Node, the REST Data Server, or another Pipeline. If multiple events are executing in parallel and writing to one or more return stages, the pipeline collects all returned values and sends them as a batch. If the pipeline execution ends in an error state, no values are returned, and an error is reported instead.