OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Emitted when policy blocks an execution step.
Source Definition
export const ControlPlaneExecutionStepBlockedEvent = defineEvent({
meta: {
key: 'controlPlane.execution.step.blocked',
version: '1.0.0',
description: 'Emitted when policy blocks an execution step.',
domain: CONTROL_PLANE_DOMAIN,
owners: CONTROL_PLANE_OWNERS,
tags: [...CONTROL_PLANE_TAGS, 'execution', 'blocked'],
stability: CONTROL_PLANE_STABILITY,
},
payload: ControlPlaneExecutionStepBlockedPayload,
});