📄️ Quickstart
Implementing Order Processing with NestJS Workflow
📄️ Introduction
## Overview
📄️ Why
Workflow and State Machine Patterns for Robust Application Architecture
📄️ Errors & Logging
Robust error handling is integral to workflows and state machines. In the context of NestJS Workflow, the service provides a built-in fallback mechanism to manage errors during state transitions. This mechanism is defined in the workflow definition as a Fallback function:
📄️ Kafka Integration
This documentation explains how to integrate Apache Kafka with the NestJS Workflow engine to create event-driven workflows that respond to Kafka messages.
📄️ Use Case
Medical Prescription Order Workflow with NestJS Workflow & Kafka Integration