Endpoint
An endpoint is a remote service that can handle message/reqeust from a workflow. Currently, we support HTTP. Websockets and gRPC are coming soon.
Setup
To get started, you need add endpoints in workflow’s configuration. You can add multiple endpoints in a workflow. Based on configuration, it will have different behaviors. View the Workflow configuration for more details.