Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions docs/concepts/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<span
style={{
backgroundColor: "#3b82f6",
color: "white",
padding: "2px 6px",
borderRadius: "4px",
fontSize: "0.75em",
fontWeight: "bold",
}}
>
DRAFT
</span>
[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.

Expand All @@ -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.

Expand Down