wrangler dev? name of the worker but not the references to itself wrangler workflows delete ... commandscript_name references in the config.wrangler workflows instances describe workflows-starter somethingwrangler dev?




wrangler devwrangler dev⎔ Starting local server...
✘ [ERROR] Worker "workflows:workflows-starter"'s binding "USER_WORKFLOW" refers to a service "core:user:workflows-starter", but no such service is defined.[[workflows]]
# name of your workflow
name = "workflows-starter"
# binding name env.MYWORKFLOW
binding = "MY_WORKFLOW"
# this is class that extends the Workflow class in src/index.ts
class_name = "MyWorkflow"
# script_name is required during the Workflows beta.
# Must match the "name" of your Worker at the top of wrangler.toml
script_name = "workflows-starter"wrangler workflows delete ...script_namewrangler workflows instances describe workflows-starter something✔ script to run › dev
> workflows-starter@0.0.1 dev /Users/am/Coding/2024/workflows-starter
> wrangler dev
⛅️ wrangler 3.83.0
-------------------
Your worker has access to the following bindings:
- Workflows:
- MY_WORKFLOW: MyWorkflow
⎔ Starting local server...
[wrangler:inf] Ready on http://localhost:8787