Skip to content

仓库 files navigation

Rivet Workflows

Durable, replayable multi-step operations for Rivet Actors.

Documentation · Website · Discord

pnpm add @rivet-dev/workflows rivetkit
import { workflow } from "@rivet-dev/workflows";

export const report = workflow({
	run: async (ctx) => {
		await ctx.step("generate", async (step) => {
			step.log.info("generating report");
		});
	},
});

The package preserves the existing workflow history encoding and uses only RivetKit's public workflow-host capabilities. RivetKit continues to own the internal SQLite schema and its migrations.

关于

Durable, replayable multi-step operations.

Resources

Stars

228 stars

关注者

1 watching

复刻s

发布

贡献者

Languages