So I'm building a tool that runs a workflow when a file gets placed in an r2 bucket. All working wel

So I'm building a tool that runs a workflow when a file gets placed in an r2 bucket. All working well. I'm trying to build a dashboard to show the upload events, trigger retries, etc.. The problem I'm running into is that env.WORKFLOW.get(<instanceId>) doesn't work for me in dev. Is this intended?
Was this page helpful?