@sapiom/orchestration-runtime
v0.2.2
Published
The Sapiom orchestration runtime: the host-agnostic graph-walker decision logic + the host interfaces (execution store, step dispatcher, observer) it runs against. One runtime, two hosts (server engine + local runner).
Readme
@sapiom/orchestration-runtime
The host-agnostic core of the Sapiom orchestration engine: the graph-walker's
decision logic and the host interfaces it runs against (ExecutionStore,
StepDispatcher, RuntimeObserver). The same runtime drives both the server
engine and a local in-process runner — "one runtime, two hosts" — so a local
pass is real evidence, not a reimplementation.
This package is pure: it depends only on @sapiom/orchestration (protocol),
ajv, and zod. No persistence, transport, or scheduling — those are supplied
by a host through the interfaces.
