If I try and use cross-script calls like in the documentation... WORKER A wrangler.toml ``` [[workf
If I try and use cross-script calls like in the documentation...
WORKER A wrangler.toml
WORKER B wrangler.toml
I get the following error (like other users are reporting)...
✘ [ERROR] Worker "workflows:workflow-b"'s binding "USER_WORKFLOW" refers to a service "core:user:workflow-b", but no such service is defined.
It's worth noting that USER_WORKFLOW
is not a string that exists in my codebase, at all. NOTE: Found a reference to USER_WORKFLOW
in the workers-sdk
codebase: https://github.com/cloudflare/workers-sdk/blob/99f802591e65a84f509a03a4071030eb0c6c11ba/packages/miniflare/src/plugins/workflows/index.ts#L770 Replies