Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/workflow / / namespaceFor

Function: namespaceFor()

ts
function namespaceFor(config): string;

Defined in: packages/workflow/src/internal/engine.ts:128

Internal

  • workflow namespace used in checkpoint store keys. The engine binds the namespace to the workflow name so a single store can host checkpoints from multiple workflows without collision.

Parameters

ParameterType
config{ name: string; }
config.namestring

Returns

string