We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2a2e commit 733a897Copy full SHA for 733a897
src/content/docs/workflows/build/workers-api.mdx
@@ -281,7 +281,7 @@ Each element of the `batch` list is expected to the
281
const listOfInstances = [
282
{ id: "id-abc123", params: { "hello": "world-0" } },
283
{ id: "id-def456", params: { "hello": "world-1" } },
284
- { id: "idFromBatch2", params: { "hello": "world-2" } }
+ { id: "id-ghi789", params: { "hello": "world-2" } }
285
];
286
let instances = await env.MY_WORKFLOW.createBatch(listOfInstances);
287
```
0 commit comments