Back one step. I'm not getting to the point of creating a workflow instance. I'm having problem crea
Back one step. I'm not getting to the point of creating a workflow instance. I'm having problem creating the workflow binding itself. Using your example
await env.MY_WORKFLOW.create(), env.MY_WORKFLOW itself is undefined. Do you need to do anything more than simply adding the [[workflows]] config in the wrangler.toml? And export the relevant workflow class from the main entry point?


