feat(reactive): implement WorkflowReactiveRoot with signal graph, EventLogProjection, lifecycle, abort, and dispose

This commit is contained in:
2026-05-21 21:29:55 +00:00
parent d63ef886d8
commit 91912b954d
3 changed files with 1259 additions and 2 deletions

View File

@@ -1 +1,12 @@
export {};
export {
WorkflowReactiveRoot,
type FailurePolicy,
type CallEventMapValue,
type CallRequestedEvent,
type CallRespondedEvent,
type CallErrorEvent,
type CallAbortedEvent,
type CallCompletedEvent,
type EventLogProjection,
type AggregateStatus,
} from "./workflow.js";