Skip to main content
All workflows have access to the nodes topic exchanges. Each node can create one queue and access to this queue is controlled by who have write access to this node. Queues have a random number appended to them so that they will be unique per replica instance. They can all listen on the same topic and act as workers. Set up a worker like this:
Running this node will give you a topic (the same as the metadata_id of the consumer node). register_queue(execution_context, ...) can take the following named parameters: Use this topic with the producer as follows:
Start the consumer in a loop like this: tool_description.png The iterator can look something like this: