On our roadmap, stay tuned! :soontm:
On our roadmap, stay tuned! :soontm:
introspectWorkflow should be done at the start of the test (you can think of doing introspectWorkflow where you mock other APIs and so on) - intercepted workflows with DOs should just work (if you want to mock/intercept the calls between the two, let me know)
cron it seems to do it from other geographic locations. I have a security rule to block all traffic to the worker that's not from the United States and it seems that, as of recently, my cron-scheduled workflows are being instantiated outside of the United States in Poland or Singapore which is causing them to be blocked by the security rules.
WorkflowInternalError: Attempt failed due to internal workflows error errors - at any step (even those that weren't affected by my latest deploy). 6b8af9a0-7ba7-4f2a-ade4-31500c2b2cfb, 0ecea869-a90e-416f-a882-2a84f45d7f13, or 5ba45a09-a860-4f7c-8097-197b67dbfbf0. wrangler dev or next dev but getting errorenv.WORKFLOW.get(instanceId)const instances = await env.MATCH_DAY_UPDATE.createBatch(
batch.map((match) => ({ params: { matchId: match.id } })),
);{ "source": { "level": "error", "message": "run" }, "dataset": "cloudflare-workers", "timestamp": "2025-09-17T14:51:22.136Z", "$workers": { "diagnosticsChannelEvents": [], "truncated": false, "event": { "rpcMethod": "run" }, "scriptName": "worker-insight-staging", "outcome": "exception", "eventType": "rpc", "entrypoint": "FetchAdInsightsWorkflow", "scriptVersion": { "id": "f85a34a5-8a00-4692-b0bc-4c80b91fe8ef" }, "executionModel": "stateless", "requestId": "PUFWDN8JVB9SKDFI", "wallTimeMs": 463, "cpuTimeMs": 3 }, "$metadata": { "id": "01K5C2H8MR4QRA6B5HE0KF1FBX", "requestId": "PUFWDN8JVB9SKDFI", "trigger": "default.run", "service": "worker-insight-staging", "level": "error", "error": "run", "message": "run", "account": "e97e3fed722428f4d726062eae9aa766", "type": "cf-worker-event", "fingerprint": "34bb94fedcdf1b63ffea70b314aa379b", "origin": "rpc", "messageTemplate": "run" }, "links": [] }introspectWorkflowintrospectWorkflowconst defaultConfig: WorkflowStepConfig = {
retries: {
limit: 0,
delay: 0,
backoff: 'constant',
},
timeout: '3 minutes',
}cronWorkflowInternalError: Attempt failed due to internal workflows error6b8af9a0-7ba7-4f2a-ade4-31500c2b2cfb0ecea869-a90e-416f-a882-2a84f45d7f135ba45a09-a860-4f7c-8097-197b67dbfbf0