From b64a7a64255eb477fb80b69322def2fcc2352a96 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Tue, 30 Jul 2024 16:07:25 +0200 Subject: [PATCH] Minor change [ci skip] Signed-off-by: Paolo Di Tommaso --- docs/channel.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/channel.md b/docs/channel.md index 12c80ffe85..46616b0102 100644 --- a/docs/channel.md +++ b/docs/channel.md @@ -469,6 +469,10 @@ This feature requires the `nextflow.preview.topic` feature flag to be enabled. A *topic channel* is a queue channel that can receive values from many source channels *implicitly* based on a matching *topic name*. +:::{tip} +You can think about it as a channel that is shared across many different process using the same *topic name*. +::: + A process output can be assigned to a topic using the `topic` option on an output, for example: ```groovy