Is the "Cross-script calls" feature supposed to work for Workflows local development (`wrangler dev`

Is the "Cross-script calls" feature supposed to work for Workflows local development (
wrangler dev
)? (See https://developers.cloudflare.com/workflows/build/workers-api/#cross-script-calls)

[[workflows]]
name = "test-item-workflow"
binding = "MY_WORKFLOW"
class_name = "TestItemWorkflow"
# THIS >>>>>>
script_name = "my-app-workflows"


I get Worker "workflows:test-item-workflow"'s binding "USER_WORKFLOW" refers to a service "core:user:my-app-workflows", but no such service is defined., even though I am setting the name of the other worker with wrangler dev --name my-app-workflows
Was this page helpful?