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
nameso a single store can host checkpoints from multiple workflows without collision.
Parameters
| Parameter | Type |
|---|---|
config | { name: string; } |
config.name | string |
Returns
string