API Flows
Sagas are the API, event and process flow definitions across the platform, which can be distributed across multiple servers for execution.
Last updated
Sagas are the API, event and process flow definitions across the platform, which can be distributed across multiple servers for execution.
Last updated
A typical saga flow responds to requests on a specific path, executed required actions locally or in a distributed manner on different runners, and returns results to the requestor. A saga is built with a no-code approach, by linking microservices and business logic through a drag and drop interface.
Changes in a saga flow or creation of a new saga are deployed in real-time, regardless of how distributed the saga event runners are.