Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/server / / RunKind

Type Alias: RunKind

ts
type RunKind = "agent" | "workflow";

Defined in: packages/server/src/runtime/run-state.ts:47

Stable

Identifying tag for the underlying execution kind. Workflows run on the durable engine in @graphorin/workflow; agents run on the @graphorin/agent runtime.