Skip to main content

What it is

One row per business process (e.g. Procurement, Customer Reorder Outreach). A process is the stable object other records attach to: Company Signals and Decisions carry a process_id, and the process detail in the app shows its current reality (active signals), open decisions, and related documents. The maturity_stage follows the company’s 5S ladder: strategysopskillssessionssystem — from “we have a direction” to “the process runs on its own”.

How it gets data

Created and maintained by people in the app, or over MCP with the dedicated process tools (process_create, process_get, process_list, process_link / process_unlink, process_archive, process_context). Row-write grants insert_processes / update_processes cover the generic path. No ingest endpoint.

Fields

Carries the system columns id, tenant_id, workspace_id, created_at, and updated_at. id is a registered (hidden) column so it can be used as a foreign key from signals and decisions.

Query it