Behavior differences
The Workflows binding / instance API matches Cloudflare. Execution authority is local SQLite on this node.
Compatibility
| Topic | Cloudflare | open-compute |
|---|---|---|
| Binding / instance API | Cloudflare Workflows | Same: create / get / createBatch / deleteBatch, step.do / sleep / event, status / pause / resume / terminate / restart |
| Execution | Cross-region | Local SQLite on the node running ocd |
| Callbacks | — | At-least-once until result commit; replay skips durable-complete callbacks |
| External side effects | — | Do not roll back with Workflow snapshots |
| Dashboard / observability | Available | Not provided |
| Binding | wrangler | { type, id, className }; className required |
Batch / rollback / structured-clone / parallel are implemented behavior.
See Compatibility.