@baselineos/temporal
v1.6.3
Published
BaselineOS Temporal.io workflow integration — durable workflow execution
Downloads
556
Readme
@baselineos/temporal
Temporal.io workflow integration for BaselineOS. Provides durable workflow execution, activity definitions, and the client/worker pair.
Extracted from baselineos/src/temporal/ in Sprint 4.2a so consumers
can install Temporal support without pulling the entire BaselineOS
runtime.
Usage
import { createTemporalClient, createActivities, BASELINE_TASK_QUEUE } from '@baselineos/temporal';The baselineos package re-exports the same surface for backward
compatibility — existing consumers don't need to change imports.
License
Apache-2.0
