Temporal

The temporal server and UI can be added by calling the add-temporal mcp tool. Temporal manages state by orchestrating durable workflow execution. You write your business workflow logic as code and retry and timeouts logic will be handled for you. This puts an end to writing your own state management systems, instead of focusing on your business logic. Once your API is added and the Temporal client has been scaffolded, Bluetext implements the <your-api-name>-add-workflowto scaffold all code needed to write a workflows, activities, register them in a task queue and so on. This is set up to raise syntax errors early, so they can be fixed right away. Temporal uses Postgres to store your workflow execution history, ect. Hence Postgres will be configured and ran too, once you called the tool to add Temporal.

Last updated