Flow Management (flow) You can manage strict state machines natively. drylangflow.create("order_123", "new") flow.transition("order_123", "paid") state = flow.get("order_123") // "paid"PreviousOverviewNextMemory Cache