Home → Documentation → Runtime
Foundgine runtime is the execution half of the platform.
Its principle is:
Runtime consumes explicit plans; it does not rediscover the application.
Current active execution contracts include:
ExecutionContextExecutionOptionsExecutionResultExecutionRowExecutionStatisticsProviderPlanProviderNodeIExecutionProviderThe current Banking sample proves a real query path through these concepts.
Intent
↓
Resolution
↓
Policy
↓
Plan
↓
Provider
↓
Execute
↓
Verify
↓
Evidence
Resolution, policy, verification and evidence are the next product layers; they should not be described as complete today.