Journeys built in the visual editor compile down to Serverless Workflow specifications that execute on Temporal. Durable execution is the point: a lending flow can span days of applicant back-and-forth and third-party checks, so state lives in the workflow history rather than in a request, and every step carries its own retry policy instead of failing the whole journey.
- Go
- Temporal
- Serverless Workflow SDK
- PostgreSQL
