LeaseLab Workflow Demo
Every business action is a workflow. Every workflow produces append-only events. Every state is derived from events — replayable, traceable, and debuggable.
Tenant application intake, AI-assisted screening, and landlord decision.
Derived State
Submitted is derived by replaying 1 event through the workflow reducer. Replaying these events always produces the same state.
wfr: wfr_DEMO_APP001
Available Actions
Event Timeline (1 event)
Application submitted for Unit 4B
actor: applicant/alex-demo
req: req_DEMO_A0001
wfr: wfr_DEMO_APP001
Debug Trace
⚠ No backend persistence in demo mode
Replaying these 1 event would reconstruct the same state every time.
Every action is a workflow
No ad-hoc updates. Every business operation runs through a structured, tracked workflow.
Events are the record
Append-only events are the canonical record. State is always derived, never stored directly.
AI is an execution layer
AI produces recommendations and automates steps. It does not become the source of truth.
Fully replayable
The same event sequence always produces the same state. Debuggable, auditable by design.