📄️ Input
The component receives data from another flow or can be used in the same flow to make it cleaner. You need a Publish component to provide input to this component.
📄️ Output
The component sends data to another flow or you can use it to get rid of a wire mess.
📄️ Publish
The component sends the data to the specific Input component that can be in the same, but a different flow .
📄️ Subscribe
The component subscribes to the specific Output component.