Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/workflow / / TASKS_CHANNEL

Variable: TASKS_CHANNEL

ts
const TASKS_CHANNEL: "__graphorin_tasks__";

Defined in: packages/workflow/src/types.ts:43

Internal

Internal stream channel name that holds the queue of dynamic tasks scheduled via Dispatch. Reserved namespace: do not declare a channel with this key in user code.