All of the examples are in TypeScript.
All of the examples are in TypeScript.

wrangler dev)? (See https://developers.cloudflare.com/workflows/build/workers-api/#cross-script-calls)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
cloudflare:test to write test cases? or there is any other way to writing integeration test for steps?Promise.allSettled, but then you don't get to retry failed workflow creation.[[workflows]]
name = "process-unstructured-nutrition-data"
binding = "PROCESS_UNSTRUCTURED_NUTRITION_DATA"
class_name = "ProcessUnstructuredNutritionData"
[[workflows]]
name = "photo-meal-analysis"
binding = "PHOTO_MEAL_ANALYSIS"
class_name = "PhotoMealAnalysis"
[[workflows]]
name = "text-meal-analysis"
binding = "TEXT_MEAL_ANALYSIS"
class_name = "TextMealAnalysis"Worker "workflows:test-item-workflow"'s binding "USER_WORKFLOW" refers to a service "core:user:my-app-workflows", but no such service is defined.wrangler dev --name my-app-workflowscloudflare:testPromise.allSettled[[workflows]]
name = "test-item-workflow"
binding = "MY_WORKFLOW"
class_name = "TestItemWorkflow"
# THIS >>>>>>
script_name = "my-app-workflows"