Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / factory

factory

createWorkflow({...}) — the public entry point for the workflow runtime. Validates the supplied configuration and returns the Workflow handle that exposes execute / resume / getState / listCheckpoints / fork.

Functions

FunctionDescription
createWorkflowBuild a Workflow from the supplied configuration. The factory performs eager validation so misuse is caught at build time rather than mid-execution.