Hyperlinkv0.8.0-beta.28

hyperlink-ts

Process63

Constructors

Layers & Serving

Schedule

Models

ProcessinterfaceManaged process handle for the process manager.ProcessDefinitioninterfaceCanonical process declaration that can be registered with a typed the process manager.ProcessEffectRequirementstypeExtract service requirements from a Process handle.ProcessExecutionEventtypeProcessInstanceSpectypePer-tag process spec — control surface, live events, plus stamped run success/error on the wire.ProcessLayerConfiginterfaceConfig for layer / serve / serveRemote.ProcessLiveEventtypeOne process execution lifecycle fact — shared by live Process.events and durable store rows (Started | Completed | Failed | Interrupted).ProcessMaketypeProcessMakeOptionsinterfaceConfiguration for Process.make when using the config-object form (id is separate).ProcessPollingInputtypeProcessScheduleContextinterfaceContext for the currently running scheduled window.ProcessScheduleControlsinterfaceUser-facing controls for a process's schedule — enumerate, set, add, and clear entries.ProcessScheduleInitializertypeA function that seeds a process's schedule via its ProcessScheduleControls.ProcessScheduleInputtypeProcessScheduleLayerInputtypeProcessServiceBuildertypeProcessServiceDefinitioninterfaceCanonical process service declaration.ProcessServiceFactorytypeProcessSnapshotinterfaceA one-shot read of a managed process's runtime mirror — the observable state the supervisor maintains as it reconciles the schedule and spawns instances.ProcessSpectypeThe base (schedule-less, result-less) process spec.ProcessSupervisorRequirementstypeServices still required at the fork site for Process.effect for a given ProcessMakeConfig.ProcessTagBuildtypeCallable shape for Tag — overloads for positional schemas + config object.ProcessTagOptionstypeOptions for Tag — use as the sole 2nd argument (config-object overload) or merge with positional success / error args.ScheduleControlstypeThe subset of schedule controls handed to a ProcessScheduleInitializer (entries / set / add / clear) and available inside the process effect via scheduleControls.ScheduleEntrytypeA native engine schedule entry — { id?, startAt, stopAt? }, the same shape as a ScheduleWindow (at / window build these).ScheduleHyperlinkSpectypeThe standalone Schedule resource's spec.ScheduleReconcileResulttypeThe diff produced by ScheduleService.reconcile — the entry ids that were added / updated / removed / left unchanged.ScheduleServicetypeThe engine schedule service — run-window storage + controls (entries / changed / CRUD / reconcile) that a make supervisor watches for arming decisions.ScheduleWindowinterfaceA schedule window template produced by at / window — the declarative form of a schedule entry.

Wire Schemas

Errors