Workflow
In brief, a workflow is a remote function where you can transmit messages, much like sending a message to an endpoint directly.
Upon establishing a workflow, you can define one or multiple endpoints. Each endpoint is linked to a accessible URL, to which the request will be directed once it’s published within the workflow.
When you dispatch a message within a workflow, it undergoes a process of distribution, reaching all or one of the subscribed endpoints depends on the configuration.