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
| Function | Description |
|---|---|
| createWorkflow | Build a Workflow from the supplied configuration. The factory performs eager validation so misuse is caught at build time rather than mid-execution. |