Ops Demo

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.

Demo simulation — no data is persisted

Tenant application intake, AI-assisted screening, and landlord decision.

Application·APP-DEMO-0001
Submitted

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)

ApplicationSubmittedT+0s

Application submitted for Unit 4B

actor: applicant/alex-demo

req: req_DEMO_A0001

wfr: wfr_DEMO_APP001

Debug Trace

requestId:req_DEMO_A0001
workflowRunId:wfr_DEMO_APP001
lastEvent:ApplicationSubmitted
eventCount:1
replayable:yes — events are append-only

⚠ 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.