diff --git a/docs/concepts/events.mdx b/docs/concepts/events.mdx index 073837e50b..bd6f3a735e 100644 --- a/docs/concepts/events.mdx +++ b/docs/concepts/events.mdx @@ -748,25 +748,12 @@ A side-band annotation event that can occur anywhere in the stream. | `metaType` | Application-defined type (e.g., "thumbs_up", "tag") | | `payload` | Application-defined payload | -### Modified Lifecycle Events - - - DRAFT - -[View Specification](/concepts/interrupts) +## Modified Lifecycle Events Extensions to existing lifecycle events to support interrupts and branching. +See [Interrupts](/concepts/interrupts) for the full lifecycle. -#### RunFinished (Extended) +### RunFinished (Extended) The `RunFinished` event gains new fields to support interrupt-aware workflows. @@ -777,7 +764,7 @@ The `RunFinished` event gains new fields to support interrupt-aware workflows. See [Serialization](/concepts/serialization) for lineage and input capture. -#### RunStarted (Extended) +### RunStarted (Extended) The `RunStarted` event gains new fields to support branching and input tracking.