Skip to main content
The system flow describes how Legal data moves from source systems into the Spine Workbench. It is a continuous pipeline that keeps domain views current without batch delays or stale caches.
1

Intake

Connectors receive events from DocuSign, Ironclad, Google Drive, Salesforce, and Jira via API polling and webhooks.
2

Load

Raw events are ingested into Spine Fabric with source timestamps and metadata.
3

Normalize

Events are mapped to a common schema. A contract stage change in Ironclad and a signature in DocuSign become comparable entities.
4

Schema Mapping

Entities are linked across sources. A vendor in Salesforce matches a party in Ironclad and a contract in DocuSign.
5

Context Assembly

Related entities, events, and evidence are gathered on demand into a context bundle for the requested view.
6

Projection

The context bundle is rendered into a domain view: Contract Queue, Active Matters, Policy Register, or another projected surface.
7

OODA

Twin and agents observe the updated state, orient against policy, and propose actions.
8

Governance

Proposed actions are checked against capabilities, authorization, and audit rules before execution.
9

Execution

Approved actions write back to source systems through connectors.
10

State Update

Source system responses generate new events, which re-enter intake and keep the loop continuous.