Guide | Cloudflare Workflows docs

Congrats on the 🚢 - very exciting I noticed some TypeScript issues with the first example in the docs - indentation doesn't look right - generic type parameters are missing
Cloudflare Docs
Guide | Cloudflare Workflows docs
Workflows allow you to build durable, multi-step applications using the Workers platform. A Workflow can automatically retry, persist state, run for hours or days, and coordinate between third-party APIs.
5 Replies
Jürgen Leschner
Jürgen LeschnerOP4w ago
first 2 lines shoud be something like
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
No description
Seekerdasbatatas
@celso
elithrar
elithrar4w ago
Fixing. Merged and should be re-building.
Jürgen Leschner
Jürgen LeschnerOP4w ago
Live already 👍
Unknown User
Unknown User4w ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server